Sdílet prostřednictvím


RSAOAEPKeyExchangeDeformatter Konstruktory

Definice

Inicializuje novou instanci RSAOAEPKeyExchangeDeformatter třídy .

Přetížení

RSAOAEPKeyExchangeDeformatter()

Inicializuje novou instanci RSAOAEPKeyExchangeDeformatter třídy .

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

Inicializuje novou instanci RSAOAEPKeyExchangeDeformatter třídy se zadaným klíčem.

RSAOAEPKeyExchangeDeformatter()

Zdroj:
RSAOAEPKeyExchangeDeformatter.cs
Zdroj:
RSAOAEPKeyExchangeDeformatter.cs
Zdroj:
RSAOAEPKeyExchangeDeformatter.cs

Inicializuje novou instanci RSAOAEPKeyExchangeDeformatter třídy .

public:
 RSAOAEPKeyExchangeDeformatter();
public RSAOAEPKeyExchangeDeformatter ();
Public Sub New ()

Poznámky

Před voláním DecryptKeyExchangepříkazu použijte SetKey k vytvoření klíče .

Viz také

Platí pro

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

Zdroj:
RSAOAEPKeyExchangeDeformatter.cs
Zdroj:
RSAOAEPKeyExchangeDeformatter.cs
Zdroj:
RSAOAEPKeyExchangeDeformatter.cs

Inicializuje novou instanci RSAOAEPKeyExchangeDeformatter třídy se zadaným klíčem.

public:
 RSAOAEPKeyExchangeDeformatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAOAEPKeyExchangeDeformatter (System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter
Public Sub New (key As AsymmetricAlgorithm)

Parametry

key
AsymmetricAlgorithm

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

Výjimky

key je null.

Viz také

Platí pro