Converts a base64 encoded PubKey to an address.
Namespace:
SecretNET
Assembly:
SecretNET (in SecretNET.dll)
public static string Base64PubkeyToAddress(
string base64Pubkey
)
Parameters
- base64Pubkey
- Type: String
The base64 pubkey.
Return Value
System.String.