CryptoSys PKI Toolkit 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]

[HOME]   [NEXT: Example: X509.KeyUsageFlags ...]

Copyright © 2004-12 D.I. Management Services Pty Ltd. All rights reserved.