Click or drag to resize
Pdftools logo

SessionCreateSignatureForStaticIdentity Method

Create a signing certificate for an account with a static identity

The returned signature configuration can be used for multiple signature operations.

Namespace: PdfTools.Crypto.Providers.GlobalSignDss
Assembly: PdfTools (in PdfTools.dll) Version: 1.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
public SignatureConfiguration CreateSignatureForStaticIdentity()

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.
See Also