Click or drag to resize

IDataSigningService Methods

The IDataSigningService type exposes the following members.

Methods
  NameDescription
Public methodAddSigningKey
Register a key with the provider
Public methodGetKeys
Get the keys identifiers registered for the signature service
Public methodGetSignatureAlgorithm
Get the siganture algorithm this service would use to sign w/the specified key
Public methodSignData
Signs the specified data using the service's configured signing key
Public methodVerify
Verifies the digital signature of the data
Top
See Also