Class Signature
Represents a signature embedded into a CMS-SignedData object.
Inheritance
System.Object
Signature
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sig.Crypto
Assembly: SigCrypto.dll
Syntax
public class Signature : ISignature
Constructors
| Name | Description |
|---|---|
| Signature(SignedCms, Byte[]) | Constructs a new signature from the given SignedCMS object and sets the message digest. |
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 signed CMS object. |
Methods
| Name | Description |
|---|---|
| Of(SignedCms, Byte[]) | Constructs a new signature from the given SignedCMS object and sets the message digest. |