SubjectInfo Class
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
Represents a message signer or an encrypted message recipient.
Syntax
public class SubjectInfo
Inherited Members
Properties
Name | Description |
---|---|
Certificate | Gets the certificate associated with the signer or recipient, or null if not available. |
CertificateChain | Gets the certificate chain associated with the signer or recipient, or null if not available. |
DigestAlgorithm | Gets the digest algorithm used to produce a signature. Only set for signers, not for recipients. |
EncryptionParameters | Gets mail encryption parameters. Only set for recipients of encrypted mail. |
Identifier | Gets the identifier of the signer or recipient |
SignatureParameters | Gets mail signature parameters. Only set for senders of signed mail. |