CryptoUtilsLoadPublicEcKey Method |
LoadV2 EC public key.
Namespace: KeeperSecurity.UtilsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public static ECPublicKeyParameters LoadPublicEcKey(
byte[] key
)
Parameters
- key Byte
- public key bytes.
Return Value
ECPublicKeyParametersEC public key
Exceptions See Also