Click or drag to resize

CryptoUtilsLoadPrivateEcKey Method

Loads EC private key.

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

Parameters

key  Byte
private key bytes

Return Value

ECPrivateKeyParameters
EC private key.
Exceptions
ExceptionCondition
Exceptioninvalid key bytes
See Also