Interface ISetCertificate
Sets the private key for signing the final document hash.
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public interface ISetCertificate
Methods
Name | Description |
---|---|
FromCertStore(String) | Retrieves a private RSA key from the local certificate store. The key is then used for cryptographically signing the final document hash. from a certificate with the given common in the local certificate store. |
FromPKCS12File(String, String) | Retrieves a private RSA key from an encrypted pkcs12 file This key is used for cryptographically signing the final document hash. |
FromRSAParameters(RSAParameters) | Sets a private RSA key used for cryptographic signatures. |
FromRSAPrivatePem(String) | Parses a PEM file for the private RSA key stored therein that is to be used for cryptographically signing the final document hash. |
Reset() | Resets the default state. |