Click or drag to resize

X509CTL Constructor (String)

Initializes a new instance of the X509CTL class using the path to a CTL file.

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

Parameters

path
Type: SystemString
The path to a CRL file.
See Also