Discuss this help topic in SecureBlackbox Forum
Returns the OID of encryption parameters.
Declaration
[C#/Java]
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)
Description
This property contains the OID of the encryption parameter set.
Discuss this help topic in SecureBlackbox Forum