Return licence type.
public static char LicenceType()
Public Shared Function LicenceType As Char
char ch = CryptoSysPKI.General.LicenceType(); Console.WriteLine("LicenceType={0}", ch);
VB6/C equivalent: PKI_LicenceType
PKI_LicenceType
[Contents] [Index]