Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TSBCRLLookupCriteria = int;
const int clcIssuer = 1;
const int clcDistributionPoint = 2;
const int clcNumber = 4;
const int clcReason = 8;
const int clcAuthorityKeyIdentifier = 16;
const int clcBaseCRLNumber = 32;
[VB.NET]
TSBCRLLookupCriteria As Integer
Const clcIssuer As Integer = 1
Const clcDistributionPoint As Integer = 2
Const clcNumber As Integer = 4
Const clcReason As Integer = 8
Const clcAuthorityKeyIdentifier As Integer = 16
Const clcBaseCRLNumber As Integer = 32
[Pascal]
under development
[C++]
typedef uint8_t TSBCRLLookupCriterionRaw;
typedef enum { clcIssuer = 0, clcDistributionPoint = 1, clcNumber = 2, clcReason = 3, clcAuthorityKeyIdentifier = 4, clcBaseCRLNumber = 5 } TSBCRLLookupCriterion;
typedef uint32_t TSBCRLLookupCriteriaRaw;
typedef enum { f_clcIssuer = 1, f_clcDistributionPoint = 2, f_clcNumber = 4, f_clcReason = 8, f_clcAuthorityKeyIdentifier = 16, f_clcBaseCRLNumber = 32 } TSBCRLLookupCriteria;
[PHP]
class TSBCRLLookupCriteria extends TSBBaseEnum {
const clcIssuer = 1;
const clcDistributionPoint = 2;
const clcNumber = 4;
const clcReason = 8;
const clcAuthorityKeyIdentifier = 16;
const clcBaseCRLNumber = 32;
}
Possible values
Declared in
.NET:
- Namespace: SBCRLStorage
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum