Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TSBLicenseTypes = int;
const int ltPKI = 1;
const int ltSSLC = 2;
const int ltSSLS = 4;
const int ltSSHC = 8;
const int ltSSHS = 16;
const int ltSFTP = 32;
const int ltSFTPS = 64;
const int ltPGP = 128;
const int ltMIME = 256;
const int ltTrial = 512;
const int ltPDF = 1024;
const int ltXML = 2048;
const int ltFTPSC = 4096;
const int ltHTTPC = 8192;
const int ltBizTalk = 16384;
const int ltZIP = 32768;
const int ltEDI = 65536;
const int ltOffice = 131072;
const int ltEmpty = 262144;
const int ltDummy1 = 524288;
const int ltDummy2 = 1048576;
const int ltCloud = 2097152;
const int ltXMPP = 4194304;
const int ltFTPSS = 8388608;
const int ltHTTPS = 16777216;
const int ltWebDAVCli = 33554432;
const int ltDC = 67108864;
const int ltMail = 134217728;
const int ltWebDAVSrv = 268435456;
const int ltLDAP = 536870912;
const int ltSAML = 1073741824;
[VB.NET]
TSBLicenseTypes As Integer
Const ltPKI As Integer = 1
Const ltSSLC As Integer = 2
Const ltSSLS As Integer = 4
Const ltSSHC As Integer = 8
Const ltSSHS As Integer = 16
Const ltSFTP As Integer = 32
Const ltSFTPS As Integer = 64
Const ltPGP As Integer = 128
Const ltMIME As Integer = 256
Const ltTrial As Integer = 512
Const ltPDF As Integer = 1024
Const ltXML As Integer = 2048
Const ltFTPSC As Integer = 4096
Const ltHTTPC As Integer = 8192
Const ltBizTalk As Integer = 16384
Const ltZIP As Integer = 32768
Const ltEDI As Integer = 65536
Const ltOffice As Integer = 131072
Const ltEmpty As Integer = 262144
Const ltDummy1 As Integer = 524288
Const ltDummy2 As Integer = 1048576
Const ltCloud As Integer = 2097152
Const ltXMPP As Integer = 4194304
Const ltFTPSS As Integer = 8388608
Const ltHTTPS As Integer = 16777216
Const ltWebDAVCli As Integer = 33554432
Const ltDC As Integer = 67108864
Const ltMail As Integer = 134217728
Const ltWebDAVSrv As Integer = 268435456
Const ltLDAP As Integer = 536870912
Const ltSAML As Integer = 1073741824
[Pascal]
under development
[C++]
typedef uint8_t TSBLicenseTypeRaw;
typedef enum { ltPKI = 0, ltSSLC = 1, ltSSLS = 2, ltSSHC = 3, ltSSHS = 4, ltSFTP = 5, ltSFTPS = 6, ltPGP = 7, ltMIME = 8, ltTrial = 9, ltPDF = 10, ltXML = 11, ltFTPSC = 12, ltHTTPC = 13, ltBizTalk = 14, ltZIP = 15, ltEDI = 16, ltOffice = 17, ltEmpty = 18, ltDummy1 = 19, ltDummy2 = 20, ltCloud = 21, ltXMPP = 22, ltFTPSS = 23, ltHTTPS = 24, ltWebDAVCli = 25, ltDC = 26, ltMail = 27, ltWebDAVSrv = 28, ltLDAP = 29, ltSAML = 30 } TSBLicenseType;
typedef uint32_t TSBLicenseTypesRaw;
typedef enum { f_ltPKI = 1, f_ltSSLC = 2, f_ltSSLS = 4, f_ltSSHC = 8, f_ltSSHS = 16, f_ltSFTP = 32, f_ltSFTPS = 64, f_ltPGP = 128, f_ltMIME = 256, f_ltTrial = 512, f_ltPDF = 1024, f_ltXML = 2048, f_ltFTPSC = 4096, f_ltHTTPC = 8192, f_ltBizTalk = 16384, f_ltZIP = 32768, f_ltEDI = 65536, f_ltOffice = 131072, f_ltEmpty = 262144, f_ltDummy1 = 524288, f_ltDummy2 = 1048576, f_ltCloud = 2097152, f_ltXMPP = 4194304, f_ltFTPSS = 8388608, f_ltHTTPS = 16777216, f_ltWebDAVCli = 33554432, f_ltDC = 67108864, f_ltMail = 134217728, f_ltWebDAVSrv = 268435456, f_ltLDAP = 536870912, f_ltSAML = 1073741824 } TSBLicenseTypes;
[PHP]
class TSBLicenseTypes extends TSBBaseEnum {
const ltPKI = 1;
const ltSSLC = 2;
const ltSSLS = 4;
const ltSSHC = 8;
const ltSSHS = 16;
const ltSFTP = 32;
const ltSFTPS = 64;
const ltPGP = 128;
const ltMIME = 256;
const ltTrial = 512;
const ltPDF = 1024;
const ltXML = 2048;
const ltFTPSC = 4096;
const ltHTTPC = 8192;
const ltBizTalk = 16384;
const ltZIP = 32768;
const ltEDI = 65536;
const ltOffice = 131072;
const ltEmpty = 262144;
const ltDummy1 = 524288;
const ltDummy2 = 1048576;
const ltCloud = 2097152;
const ltXMPP = 4194304;
const ltFTPSS = 8388608;
const ltHTTPS = 16777216;
const ltWebDAVCli = 33554432;
const ltDC = 67108864;
const ltMail = 134217728;
const ltWebDAVSrv = 268435456;
const ltLDAP = 536870912;
const ltSAML = 1073741824;
}
Possible values
Declared in
.NET:
- Namespace: SBUtils
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum