GeneralLicenceType Method |
Return licence type.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.25611 (23.0.0.0)
Syntaxpublic static char LicenceType()
Public Shared Function LicenceType As Char
Return Value
CharD=Developer T=Trial
Examplechar ch = CryptoSysPKI.General.LicenceType();
Console.WriteLine("LicenceType={0}", ch);
See Also