Discuss this help topic in SecureBlackbox Forum
Returns the OID of digest parameters.
Declaration
[C#]
byte[] DigestParamSet;
[VB.NET]
Property DigestParamSet As Byte()
[Pascal]
property DigestParamSet : ByteArray;
[C++]
void get_DigestParamSet(std::vector<uint8_t> &OutResult);
void set_DigestParamSet(const std::vector<uint8_t> &Value);
[PHP]
string get_DigestParamSet()
void set_DigestParamSet(array of byte|string|NULL $Value)
[Java]
byte[] getDigestParamSet();
void setDigestParamSet(byte[] Value);
Description
This property contains the OID of the digest parameter set.
Discuss this help topic in SecureBlackbox Forum