Discuss this help topic in SecureBlackbox Forum
Defines possible types of CMS signature items.
Declaration
[C#/Java]
enum TSBCMSItemType { citCertificate = 0, citCRL = 1, citOCSPResponse = 2, citTimestamp = 3 };
[VB.NET]
Enum TSBCMSItemType
citCertificate = 0
citCRL = 1
citOCSPResponse = 2
citTimestamp = 3
End Enum
[Pascal]
TSBCMSItemType = (citCertificate, citCRL, citOCSPResponse, citTimestamp);
[C++]
typedef uint8_t TSBCMSItemTypeRaw;
typedef enum { citCertificate = 0, citCRL = 1, citOCSPResponse = 2, citTimestamp = 3 } TSBCMSItemType;
Description
Possible values:
Declared in
.NET:
- Namespace: SBCMS
- Assembly: SecureBlackbox.PKI
VCL:Java:
- Package: SecureBlackbox.PKI.jar
C++:
Discuss this help topic in SecureBlackbox Forum