Click or drag to resize

X509CRL2 Constructor (String)

Initializes a new instance of the X509CRL2 class using the path to a CRL file.

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

Parameters

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