SubjectInfo Class
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9147)
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. |
Certificate |
Gets the certificate chain associated with the signer or recipient, or null if not available. |
Digest |
Gets the digest algorithm used to produce a signature. Only set for signers, not for recipients. |
Encryption |
Gets mail encryption parameters. Only set for recipients of encrypted mail. |
Identifier | Gets the identifier of the signer or recipient |
Signature |
Gets mail signature parameters. Only set for senders of signed mail. |