The SignerInfo type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkSignerInfo(Certificate)
Creates a new instance of SignerInfo that defines a signer corresponding to the specified certificate. An associated private key for the certificate must be available. Use SignerInfo(Certificate, SignatureParameters) to specify RSASSA-PSS parameters.
Public methodSupported by the .NET Compact FrameworkSignerInfo(Certificate, SubjectIdentifierType)
Creates a new instance of SignerInfo that defines a signer corresponding to the specified certificate. An associated private key for the certificate must be available. Use SignerInfo(Certificate, SignatureParameters, SubjectIdentifierType) to specify RSASSA-PSS parameters.
Public methodSupported by the .NET Compact FrameworkSignerInfo(Certificate, SignatureParameters)
Creates a new instance of SignerInfo that defines a signer corresponding to the specified certificate. An associated private key for the certificate must be available.
Public methodSupported by the .NET Compact FrameworkSignerInfo(Certificate, SubjectIdentifierType, SignatureHashAlgorithm)
Creates a new instance of SignerInfo that defines a signer corresponding to the specified certificate. An associated private key for the certificate must be available. Use SignerInfo(Certificate, SignatureParameters, SubjectIdentifierType) to specify RSASSA-PSS parameters.
Public methodSupported by the .NET Compact FrameworkSignerInfo(Certificate, SignatureParameters, SubjectIdentifierType)
Creates a new instance of SignerInfo that defines a signer corresponding to the specified certificate using the specified subject identifier type. An associated private key for the certificate must be available.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetSignatureParameters
Gets signature parameters (if available).
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSign()()()()
Creates a signatures for the signer.
Public methodSupported by the .NET Compact FrameworkSign(SignatureOptions)
Creates a signature for the signer.
Public methodSupported by the .NET Compact FrameworkToDigestAlgorithm
Gets a value that identifies the digest algorithm.
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkValidate()()()()
Validates the signer's digital signature and validates the certificate.
Public methodSupported by the .NET Compact FrameworkValidate(Boolean, ValidationOptions)
Validates the signer's digital signatures. Optionally, signers' certificates are validated, and the specified validation options are taken into account.
Public methodSupported by the .NET Compact FrameworkValidate(Boolean, ValidationOptions, CertificateChainEngine)
Validates the signer's digital signatures. Optionally, signers' certificates are validated, and the specified validation options are taken into account.

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