
public sealed class X509CertificateRequestCmc : SignedPkcs7<X509CertificateRequestPkcs10>Public NotInheritable Class X509CertificateRequestCmc
	Inherits SignedPkcs7(Of X509CertificateRequestPkcs10)public ref class X509CertificateRequestCmc sealed : public SignedPkcs7<X509CertificateRequestPkcs10^>[<SealedAttribute>]
type X509CertificateRequestCmc = 
    class
        inherit SignedPkcs7<X509CertificateRequestPkcs10>
    end| X509CertificateRequestCmc | Initializes a new instance of X509CertificateRequestCmc class from ASN.1-encoded byte array that represents encoded Certificate Management over CMS (CMC) object. | 
| Certificates | Gets a collection of certificates contained in signed message. (Inherited from SignedPkcs7T) | 
| Content | Gets the content of the current signed message. Object type is determined by implementer based on
            ContentType information. (Inherited from SignedPkcs7T) | 
| ContentType | Gets the object identifier that identifies the content type stored in Content member. (Inherited from SignedPkcs7T) | 
| DigestAlgorithms | Gets a collection of hashing algorithms. (Inherited from SignedPkcs7T) | 
| RawData | Gets the ASN.1-encoded byte array that represents current object. (Inherited from SignedPkcs7T) | 
| RevocationLists | Gets an array of certificate revocation lists contained in the message. (Inherited from SignedPkcs7T) | 
| SignerInfos | Gets an array of signer information that were used to sign the message. (Inherited from SignedPkcs7T) | 
| Version | Gets the version of the CMS/PKCS#7 message. Currently, only version 1 is defined. (Inherited from SignedPkcs7T) | 
| CheckHash | Verifies the data integrity of the CMS/PKCS #7 message. This is a specialized method used in specific security infrastructure applications
            that only wish to check the hash of the CMS message, rather than perform a full digital signature verification. (Inherited from SignedPkcs7T) | 
| CheckSignature | Checks the signature of the CMS/PKCS #7 message and, optionally, validates the signers' certificates. (Inherited from SignedPkcs7T) | 
| Equals | (Inherited from Object) | 
| GetHashCode | (Inherited from Object) | 
| GetSignedCms | Returns an instance of SignedCms provided by .NET Framework. (Inherited from SignedPkcs7T) | 
| GetType | (Inherited from Object) | 
| ToString | (Inherited from Object) |