Discuss this help topic in SecureBlackbox Forum
Defines if certificate must have all key usagesdetermined by
KeyUsage
property or at least one.
Declaration
[C#/Java]
TSBKeyUsageLookupOption = short;
const short kuloMatchAll = 1;
[VB.NET]
TSBKeyUsageLookupOption As SmallInt;
Const kuloMatchAll As SmallInt = 1
[Pascal]
TSBKeyUsageLookupOption = (kuloMatchAll);
[C++]
typedef uint8_t TSBKeyUsageLookupOptionRaw;
typedef enum { kuloMatchAll = 0 } TSBKeyUsageLookupOption;
typedef uint32_t TSBKeyUsageLookupOptionsRaw;
typedef enum { f_kuloMatchAll = 1 } TSBKeyUsageLookupOptions;
Description
Possible values:
Declared in
.NET:
- Namespace: SBCustomCertStorage
- Assembly: SecureBlackbox
VCL:
- Unit: SBCustomCertStorage
Java:
- Package: SecureBlackbox.Base.jar
C++:
Discuss this help topic in SecureBlackbox Forum