Discuss this help topic in SecureBlackbox Forum
Defines possible types of certificates.
Declaration
[C#/Java]
enum TElPKCS11CertificateType { pctX509 = 0, pctWTLS = 1, pctAttribute = 2, pctVendorDefined = 3 };
[VB.NET]
Enum TElPKCS11CertificateType
pctX509 = 0
pctWTLS = 1
pctAttribute = 2
pctVendorDefined = 3
End Enum
[Pascal]
TElPKCS11CertificateType = (pctX509, pctWTLS, pctAttribute, pctVendorDefined);
[C++]
typedef uint8_t TElPKCS11CertificateTypeRaw;
typedef enum { pctX509 = 0, pctWTLS = 1, pctAttribute = 2, pctVendorDefined = 3 } TElPKCS11CertificateType;
Description
Possible values:
Declared in
.NET:VCL:Java:
- Package: SecureBlackbox.PKI.jar
C++:
Discuss this help topic in SecureBlackbox Forum