Discuss this help topic in SecureBlackbox Forum
Identifies any parameters associated to digest-encryption algorithm.
Declaration
[C#]
byte[] DigestEncryptionAlgorithmParams;
[VB.NET]
Property DigestEncryptionAlgorithmParams As Byte()
[Pascal]
property DigestEncryptionAlgorithmParams : ByteArray;
[C++]
void get_DigestEncryptionAlgorithmParams(std::vector<uint8_t> &OutResult);
void set_DigestEncryptionAlgorithmParams(const std::vector<uint8_t> &Value);
[PHP]
string get_DigestEncryptionAlgorithmParams()
void set_DigestEncryptionAlgorithmParams(array of byte|string|NULL $Value)
Parameters
Description
Use this property to get or set any parameters associated to
digest-encryption algorithm.
Discuss this help topic in SecureBlackbox Forum