Discuss this help topic in SecureBlackbox Forum
Specifies how the key is encrypted.
Declaration
[C#/Java]
TElXMLKeyEncryptionType = short;
const short xetKeyTransport = 0;
const short xetKeyWrap = 1;
[VB.NET]
TElXMLKeyEncryptionType As SmallInt
Const xetKeyTransport As SmallInt = 0
Const xetKeyWrap As SmallInt = 1
[Pascal]
TElXMLKeyEncryptionType = (xetKeyTransport, xetKeyWrap);
[C++]
typedef uint8_t TElXMLKeyEncryptionTypeRaw;
typedef enum { xetKeyTransport = 0, xetKeyWrap = 1 } TElXMLKeyEncryptionType;
Description
Possible values:
Declared in
.NET:
- Namespace: SBXMLSec
- Assembly: SecureBlackbox.XML
VCL:Java:
- Package: SecureBlackbox.XML.jar
C++:
Discuss this help topic in SecureBlackbox Forum