CryptoUtilsLoadRsaPrivateKey Method

Loads RSA private key.

Definition

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

Parameters

key  Byte
RSA private key DER encoded.

Return Value

RsaPrivateCrtKeyParameters
RSA Private Key

See Also