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