CryptoSys PKI Pro Manual

Example: X509.HashIssuerAndSN 

[VB6 equivalent: X509_HashIssuerAndSN]

Dim strCertName As String
Dim strOutput As String

strCertName = "BobRSASignByCarl.cer"    ' Set dir to suit
strOutput = X509.HashIssuerAndSN(strCertName, HashAlgorithm.Sha1)
Console.WriteLine("X509_HashIssuerAndSN returns " & strOutput.Length & " for " & strCertName & ": " & strOutput)

See Also:
X509.HashIssuerAndSN Method

[Contents] [Index]

[PREV: Example: X509.GetCertFromP7Chain ...]   [Contents]   [Index]   
   [NEXT: Example: X509.KeyUsageFlags ...]

Copyright © 2004-23 D.I. Management Services Pty Ltd. All rights reserved. Generated 2023-09-18T10:02:53Z.