Discuss this help topic in SecureBlackbox Forum
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:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum