Click or drag to resize

X509CertificateTrustListEntry Constructor (Byte)

Initializes a new instance of X509CertificateTrustListEntry class using a byte array that represents certificate's thumbprint.

Namespace:  SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509CertificateTrustListEntry(
	byte[] thumbprint
)

Parameters

thumbprint
Type: SystemByte
Byte array that represents certificate's thumbprint.
See Also