Discuss this help topic in SecureBlackbox Forum
Defines possible authenticode encryption algorithms.
Declaration
[C#/Java]
TSBAuthenticodeDigestEncryptionAlgorithm = short;
const short acRSA = 0;
const short acDSA = 1;
[VB.NET]
TSBAuthenticodeDigestEncryptionAlgorithm As SmallInt
Const acRSA As SmallInt = 0
Const acDSA As SmallInt = 1
[Pascal]
TSBAuthenticodeDigestEncryptionAlgorithm = (acRSA, acDSA);
[C++]
typedef uint8_t TSBAuthenticodeDigestEncryptionAlgorithmRaw;
typedef enum { acRSA = 0, acDSA = 1 } TSBAuthenticodeDigestEncryptionAlgorithm;
Description
Possible values:
Declared in
.NET:
- Namespace: SBAuthenticode
- Assembly: SecureBlackbox.PKI
VCL:Java:
- Package: SecureBlackbox.PKI.jar
C++:
Discuss this help topic in SecureBlackbox Forum