Discuss this help topic in SecureBlackbox Forum
Defines possible certification types.
Declaration
[C#/Java]
TSBPGPUserCertificationType = int;
const short ctGeneric = 0;
const short ctPersona = 1;
const short ctCasual = 2;
const short ctPositive = 3;
[VB.NET]
TSBPGPUserCertificationType As Integer
Const ctGeneric As SmallInt = 0
Const ctPersona As SmallInt = 1
Const ctCasual As SmallInt = 2
Const ctPositive As SmallInt = 3
[Pascal]
TSBPGPUserCertificationType = (ctGeneric, ctPersona, ctCasual, ctPositive);
[C++]
typedef uint8_t TSBPGPUserCertificationTypeRaw;
typedef enum { ctGeneric = 0, ctPersona = 1, ctCasual = 2, ctPositive = 3 } TSBPGPUserCertificationType;
Description
Possible values:
Declared in
.NET:
- Namespace: SBPGPKeys
- Assembly: SecureBlackbox.PGP
VCL:Java:
- Package: SecureBlackbox.PGP.jar
C++:
Discuss this help topic in SecureBlackbox Forum