Discuss this help topic in SecureBlackbox Forum
Defines possible types of domain keys queries.
Declaration
[C#/Java]
TSBDKQueryType = short;
const short dkDNS = 0;
[VB.NET]
TSBDKQueryType As SmallInt
Const dkDNS As SmallInt = 0
[Pascal]
TSBDKQueryType = (dkDNS);
[C++]
typedef uint8_t TSBDKQueryTypeRaw;
typedef enum { dkDNS = 0 } TSBDKQueryType;
Description
Possible values:
Declared in
.NET:
- Namespace: SBDomainKeys
- Assembly: SecureBlackbox.MIME
VCL:Java:
- Package: SecureBlackbox.MIME.jar
C++:
Discuss this help topic in SecureBlackbox Forum