SessionCreate |
Create a signing certificate for an account with a dynamic identity.
public SignatureConfiguration CreateSignatureForDynamicIdentity( string identity )
The dynamic identity as JSON string.
Example: { "subject_dn": {"common_name": "John Doe" } }
Exception | Condition |
---|---|
HttpException | If a network error occurs. |
PermissionException | If the request is not authorized by the service. |
RetryException | If the rate limit for creating new identities has been exceeded. |
ArgumentNullException | if identity is . |