Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TSBXMLECKeyValueFormat = short;
const short xekfRFC4050 = 0;
const short xekfDSIG11 = 1;
[VB.NET]
TSBXMLECKeyValueFormat As Short
Const xekfRFC4050 As Short = 0
Const xekfDSIG11 As Short = 1
[Pascal]
under development
[C++]
typedef uint8_t TSBXMLECKeyValueFormatRaw;
typedef enum { xekfRFC4050 = 0, xekfDSIG11 = 1 } TSBXMLECKeyValueFormat;
[PHP]
class TSBXMLECKeyValueFormat extends TSBBaseEnum {
const xekfRFC4050 = 0;
const xekfDSIG11 = 1;
}
Possible values
Declared in
.NET:
- Namespace: SBXMLSec
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum