Method GetSecurityConfigDefinitions
GetSecurityConfigDefinitions(String)
Get all additional security definitions
Declaration
List<SecurityConfigDefinitionContract> GetSecurityConfigDefinitions(string connectionId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<SecurityConfigDefinitionContract> | List of additional security definitions |
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Not enough rights ({accessOperationName}, {accessOperationId}) (10071) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |