Click or drag to resize
Pdftools logo

SessionCreateSignatureForDynamicIdentity Method

Create a signing certificate for an account with a dynamic identity.


Namespace: PdfTools.Crypto.Providers.GlobalSignDss
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public SignatureConfiguration CreateSignatureForDynamicIdentity(
	string identity
)

Parameters

identity  String

The dynamic identity as JSON string.

Example: { "subject_dn": {"common_name": "John Doe" } }

Return Value

SignatureConfiguration
Exceptions
ExceptionCondition
HttpExceptionIf a network error occurs.
PermissionExceptionIf the request is not authorized by the service.
RetryExceptionIf the rate limit for creating new identities has been exceeded.
ArgumentNullExceptionif identity is .
See Also