Open |
public class OpenPgpDigitalSignature : IDigitalSignature
The OpenPgpDigitalSignature type exposes the following members.
| Name | Description | |
|---|---|---|
| CreationDate | Gets the creation date of the digital signature. | |
| DigestAlgorithm | Gets the digest algorithm used for the signature. | |
| PublicKeyAlgorithm | Gets the public key algorithm used for the signature. | |
| SignerCertificate | Gets certificate used by the signer. |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| ToString | (Inherited from Object) | |
| Verify | Verifies the digital signature. | |
| Verify(Boolean) | Verifies the digital signature. |