The SignerInfo type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCapabilities
Gets the collection of S/MIME capabilities the signer supports.
Public propertySupported by the .NET Compact FrameworkCertificate
Gets the certificate associated with the signer, or null if not available.
Public propertySupported by the .NET Compact FrameworkCertificateChain
Gets the certificate chain associated with the signer, or null if not available.
Public propertySupported by the .NET Compact FrameworkDigestAlgorithm
Gets the identifier of the digest algorithm.
Public propertySupported by the .NET Compact FrameworkEncryptionKeyPreference
Gets the preferred subject identifier for key encryption.
Public propertySupported by the .NET Compact FrameworkSignature
Gets the signature, or null if it is not available yet.
Public propertySupported by the .NET Compact FrameworkSignatureAlgorithm
Gets the identifier of the signature algorithm.
Public propertySupported by the .NET Compact FrameworkSignedAttributes
Gets the collection of signed attributes associated with this CMS/PKCS #7 message.
Public propertySupported by the .NET Compact FrameworkSignerIdentifier
Gets the identifier of the signer.
Public propertySupported by the .NET Compact FrameworkSigningTime
Gets the signing time, or 1970-01-01 if not available.
Public propertySupported by the .NET Compact FrameworkUnsignedAttributes
Gets the collection of unsigned attributes associated with this CMS/PKCS #7 message.

See Also