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
)
Public Sub New (
path As String
)
public:
X509CTL(
String^ path
)
new :
path : string -> X509CTL
Parameters
- path
- Type: SystemString
The path to a CRL file.
See Also