X509CertificateRequestCmc Constructor

Initializes a new instance of X509CertificateRequestCmc class from ASN.1-encoded byte array that represents encoded Certificate Management over CMS (CMC) object.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public X509CertificateRequestCmc(
	byte[] rawData
)

Parameters

rawData  Byte
ASN.1-encoded byte array that represents CMC object.

Remarks

Certificate Management over CMS (CMC) format and transport mechanism are defined in: RFC 5272, RFC 5273, RFC 5274 and updated by RFC 6402.

See Also