DigitalSignatureInfo Class
Represents a signature attached to an e-mail.
- Inheritance:
- System.ObjectDigitalSignatureInfo
Properties
HashAlgorithm
Gets the algorithm used to compute a hash that was used to generate this signature and that represents a hashed version of the original content of the signed email.
public EmailHashAlgorithm HashAlgorithm { get; }
Public ReadOnly Property HashAlgorithm As EmailHashAlgorithm
Property Value
The algorithm used to compute a hash that was used to generate this signature and that represents a hashed version of the original content of the signed email.
SignedBy
Who signed the email.
Property Value
- System.String
SignerCertificateInfo
Gets the information about the certificate used to create this signature.
public CertificateInfo SignerCertificateInfo { get; }
Public ReadOnly Property SignerCertificateInfo As CertificateInfo
Property Value
The information about the certificate used to create this signature, represented by an instance of CertificateInfo.
SigningTime
When the signature was created.
Property Value
- System.Nullable<System.DateTime>
Methods
GetRawData()
Gets a copy of the raw data that composes this signature.
Returns
- System.Byte[]
A copy of the raw data that composes this signature.