Click or drag to resize

X509CertificateRequest Constructor (String)

Initializes a new instance of the X509CertificateRequest class defined from a file.

Namespace:  System.Security.Cryptography.X509CertificateRequests
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509CertificateRequest(
	string path
)

Parameters

path
Type: SystemString
The path to a certificate request file.
See Also