Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TSBTransformProperties = int;
const int tpConcatenate = 1;
const int tpC14NCommutative = 2;
[VB.NET]
TSBTransformProperties As Integer
Const tpConcatenate As Integer = 1
Const tpC14NCommutative As Integer = 2
[Pascal]
under development
[C++]
typedef uint32_t TSBTransformPropertiesRaw;
typedef enum { f_tpConcatenate = 1, f_tpC14NCommutative = 2 } TSBTransformProperties;
[PHP]
class TSBTransformProperties extends TSBBaseEnum {
const tpConcatenate = 1;
const tpC14NCommutative = 2;
}
Possible values
Declared in
.NET:
- Namespace: SBXMLTransform
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum