Click or drag to resize

GeneralLicenceType Method

Return licence type.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.25611 (23.0.0.0)
Syntax
public static char LicenceType()

Return Value

Char
D=Developer T=Trial
Example
C#
char ch = CryptoSysPKI.General.LicenceType();
Console.WriteLine("LicenceType={0}", ch);
See Also