ManagerInterfaceKeysSend Method |
Sends a public key to a trading serer for the generation of an RSA key. It is used for extended authentication. The method is obsolete and not used.
Namespace:
mtapi.be.MT4ManagerApiCpp
Assembly:
MT4ManagerCpp (in MT4ManagerCpp.dll) Version: 0.0.0.0
Syntax public void KeysSend(
string key_path
)
Public Sub KeysSend (
key_path As String
)
public:
void KeysSend(
String^ key_path
)
member KeysSend :
key_path : string -> unit
Parameters
- key_path
- Type: SystemString
See Also