X509CertificateTrustList(String) Constructor
Initializes a new instance of the X509CertificateTrustList class using the path to a CTL file.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
public X509CertificateTrustList(
string path
)
Public Sub New (
path As String
)
public:
X509CertificateTrustList(
String^ path
)
new :
path : string -> X509CertificateTrustList
Parameters
- path String
- The path to a CTL file (*.stl).