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 pomocí zadaného klíče.

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

Slouží SetKey k vytvoření klíče před voláním DecryptKeyExchangepříkazu .

Viz také

Platí pro

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

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

Inicializuje novou instanci RSAOAEPKeyExchangeDeformatter třídy pomocí zadaného klíče.

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