Sdílet prostřednictvím


RSAPKCS1KeyExchangeDeformatter.SetKey(AsymmetricAlgorithm) Metoda

Definice

Nastaví privátní klíč pro dešifrování tajných informací.

public:
 override void SetKey(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public override void SetKey (System.Security.Cryptography.AsymmetricAlgorithm key);
override this.SetKey : System.Security.Cryptography.AsymmetricAlgorithm -> unit
Public Overrides Sub SetKey (key As AsymmetricAlgorithm)

Parametry

key
AsymmetricAlgorithm

Instance RSA algoritmu, který obsahuje privátní klíč.

Výjimky

key je null.

Poznámky

Před voláním DecryptKeyExchangeje nutné zadat klíč.

Platí pro

Viz také