Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
public enum TSBPKCS11CertType { ctX509 = 0, ctWTLS = 1, ctAttribute = 2 };
[VB.NET]
Enum TSBPKCS11CertType
ctX509 = 0
ctWTLS = 1
ctAttribute = 2
End Enum
[Pascal]
under development
[C++]
typedef uint8_t TSBPKCS11CertTypeRaw;
typedef enum { ctX509 = 0, ctWTLS = 1, ctAttribute = 2 } TSBPKCS11CertType;
[PHP]
class TSBPKCS11CertType extends TSBBaseEnum {
const ctX509 = 0;
const ctWTLS = 1;
const ctAttribute = 2;
}
[Java]
public enum TSBPKCS11CertType { ctX509, ctWTLS, ctAttribute }
Possible values
Declared in
.NET:
- Namespace: SBPKCS11Base
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum