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