The SignerInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Capabilities |
Gets the collection of S/MIME capabilities the signer supports.
| |
| Certificate |
Gets the certificate associated with the signer, or null if not available.
| |
| CertificateChain |
Gets the certificate chain associated with the signer, or null if not available.
| |
| DigestAlgorithm |
Gets the identifier of the digest algorithm.
| |
| EncryptionKeyPreference |
Gets the preferred subject identifier for key encryption.
| |
| Signature |
Gets the signature, or null if it is not available yet.
| |
| SignatureAlgorithm |
Gets the identifier of the signature algorithm.
| |
| SignedAttributes |
Gets the collection of signed attributes associated with this CMS/PKCS #7 message.
| |
| SignerIdentifier |
Gets the identifier of the signer.
| |
| SigningTime |
Gets the signing time, or 1970-01-01 if not available.
| |
| UnsignedAttributes |
Gets the collection of unsigned attributes associated with this CMS/PKCS #7 message.
|