CryptoUtilsLoadEcPublicKey Method

LoadV2 EC public key.

Definition

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public static ECPublicKeyParameters LoadEcPublicKey(
	byte[] publicKey
)

Parameters

publicKey  Byte
public key bytes.

Return Value

ECPublicKeyParameters
EC public key

Exceptions

Exceptioninvalid key bytes

See Also