Click or drag to resize

X509CertificateRequestGetRequestFormat Method

Overload List
  NameDescription
Public methodStatic memberGetRequestFormat(Byte)
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.
Public methodStatic memberGetRequestFormat(String)
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.
Top
See Also