bitbankapi class : SecretKey(string) setter
Description
Sets a secret key.
Syntax
bitbankapiInstance.SecretKey = value
Assigned value
Class | Description |
string | secret key. |
Return value
None
Sample code
1: | bitbankapi bitbankapiIns = new bitbankapi(); |
2: | bitbankapiIns.ApiKey = "3622c294-zs5m-587w-vv7j-sdf454h1sdbl"; |
3: | bitbankapiIns.SecretKey = "4be789k3-dd7r-9d23-jy45-qng4c83hjk1g"; |
Notes
None