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
)
Public Sub New (
thumbprint As Byte()
)
public:
X509CertificateTrustListEntry(
array<unsigned char>^ thumbprint
)
new :
thumbprint : byte[] -> X509CertificateTrustListEntry
Parameters
- thumbprint
- Type: SystemByte
Byte array that represents certificate's thumbprint.
See Also