Discuss this help topic in SecureBlackbox Forum

TSBDCAsyncSignMethod

Declared in     


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


Declaration

[C#]
    public enum TSBDCAsyncSignMethod { asmPKCS1 = 0, asmPKCS7 = 1 };

[VB.NET]
    Enum TSBDCAsyncSignMethod
        asmPKCS1 = 0
        asmPKCS7 = 1
    End Enum

[Pascal]
    under development

[C++]
    typedef uint8_t TSBDCAsyncSignMethodRaw;
    typedef enum { asmPKCS1 = 0, asmPKCS7 = 1 } TSBDCAsyncSignMethod;

[PHP]
    class TSBDCAsyncSignMethod extends TSBBaseEnum {
        const asmPKCS1 = 0;
        const asmPKCS7 = 1;
    }

[Java]
    public enum TSBDCAsyncSignMethod { asmPKCS1, asmPKCS7 }

Possible values

Declared in

.NET:
  • Namespace: SBDC
  • Assembly: SecureBlackbox...
VCL:
  • Unit: SBDC
Java:
  • Package: SecureBlackbox...jar
C++:
  • sbdc.h

Discuss this help topic in SecureBlackbox Forum