Discuss this help topic in SecureBlackbox Forum
Defines possible access types to storage.
Declaration
[C#/Java]
enum TSBFileCertStorageAccessType { csatImmediate = 0, csatOnDemand = 1 };
[VB.NET]
Enum TSBFileCertStorageAccessType
csatImmediate = 0
csatOnDemand = 1
End Enum
[Pascal]
TSBFileCertStorageAccessType = (csatImmediate, csatOnDemand);
[C++]
typedef uint8_t TSBFileCertStorageAccessTypeRaw;
typedef enum { csatImmediate = 0, csatOnDemand = 1 } TSBFileCertStorageAccessType;
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