X509CertificateRequestGetRequestFormat(Byte) Method

Gets the certificate request format. This method allows to determine whether the certificate request is encoded in a PKCS#10 (native) or PKCS#7 (enveloped) format.

Definition

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

Parameters

rawData  Byte
ASN.1-encoded byte array that represents certificate request.

Return Value

X509CertificateRequestType
The type of the certificate request in a byte array.

See Also