Discuss this help topic in SecureBlackbox Forum
Returns the OID of the algorithm's parameter set.
Declaration
[VB.NET]
Property ParamSet As Byte()
[Pascal]
property ParamSet : ByteArray;
[C++]
void get_ParamSet(std::vector<uint8_t> &OutResult);
void set_ParamSet(const std::vector<uint8_t> &Value);
[PHP]
string get_ParamSet()
void set_ParamSet(array of byte|string|NULL $Value)
[Java]
byte[] getParamSet();
void setParamSet(byte[] Value);
Description
Use this property to get the OID of the algorithm parameters.
Discuss this help topic in SecureBlackbox Forum