Click or drag to resize

PKCS7SignedMessage Class

Note: This API is now obsolete.

Represents a PKCS#7 message syntax format.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Cryptography.PkcsPKCS7SignedMessage

Namespace:  SysadminsLV.PKI.Cryptography.Pkcs
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[ObsoleteAttribute("Use SignedPkcs7 class or its inheritors instead.", 
	true)]
[SecurityCriticalAttribute]
public class PKCS7SignedMessage

The PKCS7SignedMessage type exposes the following members.

Constructors
  NameDescription
Public methodPKCS7SignedMessage(Byte)
Initializes a new instance of the PKCS7SignedMessage class
Public methodPKCS7SignedMessage(String)
Initializes a new instance of the PKCS7SignedMessage class
Top
Properties
  NameDescription
Public propertyAttributes
Gets a collection of tagged attributes associated with the message.
Public propertyCertificates
Gets a collection of certificates contained in the message.
Public propertyContent
Gets an object that represents inner content. For the value type mapping see remarks for ContentType property.
Public propertyContentType
Gets the type of the inner content message. Depending on a content type, different object types are stored in the Content property.
Public propertyDigestAlgorithms
Gets an array of hashing algorithms.
Public propertyRawData
Gets
Public propertyRevocationLists
Gets an array of certificate revocation lists contained in the message.
Public propertySignerInfos
Gets an array of signer information that were used to sign the message.
Public propertyVersion
Gets the version of the CMS/PKCS #7 message.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also