Click or drag to resize

CryptoUtilsLoadPublicKey Method

Loads RSA public key.

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

Parameters

key  Byte
RSA public key DER encoded.

Return Value

RsaKeyParameters
RSA Public Key
See Also