Discuss this help topic in SecureBlackbox Forum
Defines possible parameters of searching by key length.
Declaration
[C#/Java]
enum TSBKeySizeLookupOption { ksloSmaller = 0, ksloGreater = 1, ksloBetween = 2 };
[VB.NET]
Enum TSBKeySizeLookupOption
ksloSmaller = 0
ksloGreater = 1
ksloBetween = 2
End Enum
[Pascal]
TSBKeySizeLookupOption = (ksloSmaller, ksloGreater, ksloBetween);
[C++]
typedef uint8_t TSBKeySizeLookupOptionRaw;
typedef enum { ksloSmaller = 0, ksloGreater = 1, ksloBetween = 2 } TSBKeySizeLookupOption;
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