Share via


RSAPKCS1KeyExchangeDeformatter Konstruktory

Definice

Inicializuje novou instanci RSAPKCS1KeyExchangeDeformatter třídy.

Přetížení

RSAPKCS1KeyExchangeDeformatter()

Inicializuje novou instanci RSAPKCS1KeyExchangeDeformatter třídy.

RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm)

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

RSAPKCS1KeyExchangeDeformatter()

Zdroj:
RSAPKCS1KeyExchangeDeformatter.cs
Zdroj:
RSAPKCS1KeyExchangeDeformatter.cs
Zdroj:
RSAPKCS1KeyExchangeDeformatter.cs

Inicializuje novou instanci RSAPKCS1KeyExchangeDeformatter třídy.

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

Poznámky

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

Viz také

Platí pro

RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm)

Zdroj:
RSAPKCS1KeyExchangeDeformatter.cs
Zdroj:
RSAPKCS1KeyExchangeDeformatter.cs
Zdroj:
RSAPKCS1KeyExchangeDeformatter.cs

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

public:
 RSAPKCS1KeyExchangeDeformatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAPKCS1KeyExchangeDeformatter (System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter
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