Method CreateRsa
- Namespace
- WhalesSecret.ScriptApiLib.Exchanges
- Assembly
- WhalesSecret.ScriptApiLib.dll
CreateRsa(string, string, SensitiveByteArray)
Creates a new Binance API identity using RSA signing method.
public static BinanceApiIdentity CreateRsa(string name, string key, SensitiveByteArray secret)
Parameters
name
stringUser-defined identity name.
key
stringAPI key to authenticate requests.
secret
SensitiveByteArrayAPI secret to authenticate requests.
The caller stops being the owner of this object.