Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
public enum TSBPKCS11StgCtxType { sctCertificate = 0, sctKey = 1 };
[VB.NET]
Enum TSBPKCS11StgCtxType
sctCertificate = 0
sctKey = 1
End Enum
[Pascal]
under development
[C++]
typedef uint8_t TSBPKCS11StgCtxTypeRaw;
typedef enum { sctCertificate = 0, sctKey = 1 } TSBPKCS11StgCtxType;
[PHP]
class TSBPKCS11StgCtxType extends TSBBaseEnum {
const sctCertificate = 0;
const sctKey = 1;
}
[Java]
public enum TSBPKCS11StgCtxType { sctCertificate, sctKey }
Possible values
Declared in
.NET:
- Namespace: SBPKCS11CertStorage
- Assembly: SecureBlackbox...
VCL:
- Unit: SBPKCS11CertStorage
Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum