Discuss this help topic in SecureBlackbox Forum
Defines possible types of public key.
Declaration
[C#/Java]
TSBDKPublicKeyType = short;
const short dkRSA = 0;
[VB.NET]
TSBDKPublicKeyType As SmallInt
Const dkRSA As SmallInt = 0
[Pascal]
TSBDKPublicKeyType = (dkRSA);
[C++]
typedef uint8_t TSBDKPublicKeyTypeRaw;
typedef enum { dkRSA = 0 } TSBDKPublicKeyType;
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