X509CertificateTrustList Constructor (String) |
Initializes a new instance of the X509CertificateTrustList class using the path to a CTL file.
Namespace:
SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509CertificateTrustList(
string path
)
Public Sub New (
path As String
)
public:
X509CertificateTrustList(
String^ path
)
new :
path : string -> X509CertificateTrustList
Parameters
- path
- Type: SystemString
The path to a CTL file (*.stl).
Exceptions Exception | Condition |
---|
ArgumentNullException | path parameter is null or empty.
|
See Also