Click or drag to resize

CryptoUtilsLoadPublicEcKey Method

LoadV2 EC public key.

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static ECPublicKeyParameters LoadPublicEcKey(
	byte[] key
)

Parameters

key  Byte
public key bytes.

Return Value

ECPublicKeyParameters
EC public key
Exceptions
ExceptionCondition
Exceptioninvalid key bytes
See Also