CryptoUtilsLoadPublicKey Method |
Loads RSA public key.
Namespace: KeeperSecurity.UtilsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public static RsaKeyParameters LoadPublicKey(
byte[] key
)
Parameters
- key Byte
- RSA public key DER encoded.
Return Value
RsaKeyParametersRSA Public Key
See Also