Click or drag to resize

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
)

Parameters

path
Type: SystemString
The path to a CTL file (*.stl).
Exceptions
ExceptionCondition
ArgumentNullExceptionpath parameter is null or empty.
See Also