Discuss this help topic in SecureBlackbox Forum

TSBCMSSignatureState

Declared in     


Filter: C#/Java  VB.NET  Pascal  C++  


Defines possible states of a CMS signature.

Declaration

[C#/Java]
    enum TSBCMSSignatureState {cssSigned = 0, cssUnsigned = 1};

[VB.NET]
    Enum TSBCMSSignatureState
        cssSigned = 0
        cssUnsigned = 1
    End Enum

[Pascal]
    TSBCMSSignatureState = (cssSigned, cssUnsigned);

[C++]
    typedef uint8_t TSBCMSSignatureStateRaw;
    typedef enum { cssSigned = 0, cssUnsigned = 1 } TSBCMSSignatureState;

Description

Possible values:


Declared in

.NET:
  • Namespace: SBCMS
  • Assembly: SecureBlackbox.PKI
VCL:
  • Unit: SBCMS
Java:
  • Package: SecureBlackbox.PKI.jar
C++:
  • sbcms.h

Discuss this help topic in SecureBlackbox Forum