Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TSBPKIPublishMethod = short;
const short ppmDontCare = 0;
const short ppmX500 = 1;
const short ppmWeb = 2;
const short ppmLDAP = 3;
[VB.NET]
TSBPKIPublishMethod As Short
Const ppmDontCare As Short = 0
Const ppmX500 As Short = 1
Const ppmWeb As Short = 2
Const ppmLDAP As Short = 3
[Pascal]
under development
[C++]
typedef uint8_t TSBPKIPublishMethodRaw;
typedef enum { ppmDontCare = 0, ppmX500 = 1, ppmWeb = 2, ppmLDAP = 3 } TSBPKIPublishMethod;
[PHP]
class TSBPKIPublishMethod extends TSBBaseEnum {
const ppmDontCare = 0;
const ppmX500 = 1;
const ppmWeb = 2;
const ppmLDAP = 3;
}
Possible values
Declared in
.NET:
- Namespace: SBCMC
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum