CryptoUtilsUnloadEcPublicKey Method |
Serializes EC public key.
Namespace: KeeperSecurity.UtilsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public static byte[] UnloadEcPublicKey(
ECPublicKeyParameters key
)
Parameters
- key ECPublicKeyParameters
- Public key.
Return Value
Bytebyte array representing EC public key.
Remarks Uncompressed. 65 bytes.
See Also