Method GetSecurityStore
GetSecurityStore(String)
Get security of this server
Declaration
SecurityStoreContract GetSecurityStore(string connectionId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
Returns
Type | Description |
---|---|
SecurityStoreContract | Current security store |
Examples
POST http://YourServerName/InfoShare/Json/Common/GetSecurityStore
Example for get security of this server.{
"connectionId": "b6742bb8-ef97-44ae-819b-a2fa2200908a"
}
Response:
{
"GetSecurityStoreResult": "[......]"
}
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |