Click or drag to resize

CryptoUtilsUnloadEcPrivateKey Method

Serializes EC private key.

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

Parameters

key  ECPrivateKeyParameters
Private key

Return Value

Byte
byte array representing EC private key.
Remarks
32 bytes
See Also