SecretNetworkClient..::..Base64PubkeyToAddress Method

Converts a base64 encoded PubKey to an address.

Namespace:  SecretNET
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public static string Base64PubkeyToAddress(
	string base64Pubkey
)

Parameters

base64Pubkey
Type: String
The base64 pubkey.

Return Value

System.String.