Discuss this help topic in SecureBlackbox Forum
Defines the types of categorization of the certificate.
Declaration
[C#/Java]
enum TElPKCS11CertificateCategory { pccUnspecified = 0, pccTokenUser = 1, pccAuthority = 2, pccOtherEntity = 3 };
[VB.NET]
Enum TElPKCS11CertificateCategory
pccUnspecified = 0
pccTokenUser = 1
pccAuthority = 2
pccOtherEntity = 3
End Enum
[Pascal]
TElPKCS11CertificateCategory = (pccUnspecified, pccTokenUser, pccAuthority, pccOtherEntity);
[C++]
typedef uint8_t TElPKCS11CertificateCategoryRaw;
typedef enum { pccUnspecified = 0, pccTokenUser = 1, pccAuthority = 2, pccOtherEntity = 3 } TElPKCS11CertificateCategory;
Description
Possible values:
Declared in
.NET:
- Namespace: SBPKCS11Base
- Assembly: SecureBlackbox.PKI
VCL:Java:
- Package: SecureBlackbox.PKI.jar
C++:
Discuss this help topic in SecureBlackbox Forum