X509CertificateRequestGetRequestFormat(String) Method
Gets the certificate request format in the specified file. This method allows to determine whether the
certificate request is encoded in a PKCS#10 (native) or PKCS#7 (enveloped) format.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public static X509CertificateRequestType GetRequestFormat(
string path
)
Public Shared Function GetRequestFormat (
path As String
) As X509CertificateRequestType
public:
static X509CertificateRequestType GetRequestFormat(
String^ path
)
static member GetRequestFormat :
path : string -> X509CertificateRequestType
- path String
- Specifies the path to a file.
X509CertificateRequestTypeThe type of the certificate request in the file.