Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
ArrayList EncryptionMethods;
[VB.NET]
Property EncryptionMethods As ArrayList
[Pascal]
under development
[C++]
TList* get_EncryptionMethods();
void set_EncryptionMethods(TList &Value);
void set_EncryptionMethods(TList *Value);
[PHP]
TList get_EncryptionMethods()
void set_EncryptionMethods(TList $Value)
[Java]
ArrayList getEncryptionMethods();
void setEncryptionMethods(ArrayList Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum