ICryptoCurrencyApiKey Property
Namespace: DevCase.Core.Finances.CryptoCurrenciesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
SecureString ApiKey { get; set; }
Property ApiKey As SecureString
Get
Set
Dim instance As ICryptoCurrency
Dim value As SecureString
value = instance.ApiKey
instance.ApiKey = value
property SecureString^ ApiKey {
SecureString^ get ();
void set (SecureString^ value);
}
abstract ApiKey : SecureString with get, set
No code example is currently available or this language may not be supported.
Property Value
SecureString
The API key for
GetPrice(FiatCurrencies)
and
GetPriceAsync(FiatCurrencies) functions.