CryptoUtilsUnloadEcPrivateKey Method |
Serializes EC private key.
Namespace: KeeperSecurity.UtilsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public static byte[] UnloadEcPrivateKey(
ECPrivateKeyParameters key
)
Parameters
- key ECPrivateKeyParameters
- Private key
Return Value
Bytebyte array representing EC private key.
Remarks 32 bytes
See Also