CryptoUtilsLoadRsaPublicKey Method

Loads RSA public key.

Definition

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public static RsaKeyParameters LoadRsaPublicKey(
	byte[] key
)

Parameters

key  Byte
RSA public key DER encoded

Return Value

RsaKeyParameters
RSA Public Key

See Also