Interface ISignature
Represents a signature.
Namespace: Sig.Crypto
Assembly: SigCrypto.dll
Syntax
public interface ISignature
Properties
Name | Description |
---|---|
IsTrusted | The trustworthiness of the signer's certificate. |
IsValid | The validity of the cryptograpic signature. Not to be confused with IsTrusted. |
MessageDigest | For testing. |
SignedCms | The CMS-SignedData. |