Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TSBPKIFailureInfo = short;
const short pfiBadAlg = 0;
const short pfiBadMessageCheck = 1;
const short pfiBadRequest = 2;
const short pfiBadTime = 3;
const short pfiBadCertId = 4;
const short pfiBadDataFormat = 5;
const short pfiWrongAuthority = 6;
const short pfiIncorrectData = 7;
const short pfiMissingTimeStamp = 8;
const short pfiBadPOP = 9;
[VB.NET]
TSBPKIFailureInfo As Short
Const pfiBadAlg As Short = 0
Const pfiBadMessageCheck As Short = 1
Const pfiBadRequest As Short = 2
Const pfiBadTime As Short = 3
Const pfiBadCertId As Short = 4
Const pfiBadDataFormat As Short = 5
Const pfiWrongAuthority As Short = 6
Const pfiIncorrectData As Short = 7
Const pfiMissingTimeStamp As Short = 8
Const pfiBadPOP As Short = 9
[Pascal]
under development
[C++]
typedef uint8_t TSBPKIFailureInfoRaw;
typedef enum { pfiBadAlg = 0, pfiBadMessageCheck = 1, pfiBadRequest = 2, pfiBadTime = 3, pfiBadCertId = 4, pfiBadDataFormat = 5, pfiWrongAuthority = 6, pfiIncorrectData = 7, pfiMissingTimeStamp = 8, pfiBadPOP = 9 } TSBPKIFailureInfo;
[PHP]
class TSBPKIFailureInfo extends TSBBaseEnum {
const pfiBadAlg = 0;
const pfiBadMessageCheck = 1;
const pfiBadRequest = 2;
const pfiBadTime = 3;
const pfiBadCertId = 4;
const pfiBadDataFormat = 5;
const pfiWrongAuthority = 6;
const pfiIncorrectData = 7;
const pfiMissingTimeStamp = 8;
const pfiBadPOP = 9;
}
Possible values
Declared in
.NET:
- Namespace: SBPKICommon
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum