Session Class |
GlobalSign Digital Signing Service
In this session, signatures can be created using different identities, i.e. signing certificates. Signing sessions and signing certificates expire after 10 minutes. After this time, they are renewed automatically.
When signing with this provider, these errors can occur:
RetryException: If one of the account's rate limits is exceeded.
The service enforces rate limits for both creating new identities and signing operations. So, if multiple documents must be signed at once, it is advisable to re-use the signature configuration (and hence its signing certificates) for signing.
public class Session : Provider
The Session type exposes the following members.
Name | Description | |
---|---|---|
CreateSignatureForDynamicIdentity | Create a signing certificate for an account with a dynamic identity. | |
CreateSignatureForStaticIdentity | Create a signing certificate for an account with a static identity The returned signature configuration can be used for multiple signature operations. | |
CreateTimestamp | Create a time-stamp configuration | |
Dispose | Close the object Release all resources associated with the object.(Inherited from Provider) | |
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) |