The SignedData type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkClone
Creates a copy of this object.
Public methodSupported by the .NET Compact FrameworkDecode
Decodes an encoded CMS/PKCS #7 signed message from raw data. Upon successful decoding, information can be retrieved using SignedData methods and properties.
Public methodSupported by the .NET Compact FrameworkEncode
Encodes the SignedData object into CMS/PKCS #7 message data.
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 FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkIsSignedData
Determines whether the specified content info ASN.1 sequence is a signed data sequence.
Public methodSupported by the .NET Compact FrameworkLoad
Loads a CMS/PKCS #7 signed message from a stream. Upon successful decoding, information can be retrieved using SignedData methods and properties.
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSave
Saves SignedData into a stream.
Public methodSupported by the .NET Compact FrameworkSign()()()()
Creates a signatures for all signers that do not have one yet.
Public methodSupported by the .NET Compact FrameworkSign(SignatureOptions)
Creates a signatures for all signers that do not have one yet.
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 all digital signatures on this CMS/PKCS #7 signed message and validates all the signers' certificates.
Public methodSupported by the .NET Compact FrameworkValidate(Boolean, ValidationOptions)
Validates all digital signatures on this CMS/PKCS #7 signed message. 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 all digital signatures on this CMS/PKCS #7 signed message. Optionally, signers' certificates are validated, and the specified validation options are taken into account.

See Also