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