Click or drag to resize

CryptoUtilsUnloadEcPublicKey Method

Serializes EC public key.

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

Parameters

key  ECPublicKeyParameters
Public key.

Return Value

Byte
byte array representing EC public key.
Remarks
Uncompressed. 65 bytes.
See Also