CryptoUtilsLoadEcPrivateKey Method

Loads EC private key.

Definition

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public static ECPrivateKeyParameters LoadEcPrivateKey(
	byte[] privateKey
)

Parameters

privateKey  Byte
private key bytes

Return Value

ECPrivateKeyParameters
EC private key.

Exceptions

Exceptioninvalid key bytes

See Also