RSAPKCS1KeyExchangeDeformatter Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci RSAPKCS1KeyExchangeDeformatter třídy .
Přetížení
RSAPKCS1KeyExchangeDeformatter() |
Inicializuje novou instanci RSAPKCS1KeyExchangeDeformatter třídy . |
RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm) |
Inicializuje novou instanci RSAPKCS1KeyExchangeDeformatter třídy se zadaným klíčem. |
RSAPKCS1KeyExchangeDeformatter()
Inicializuje novou instanci RSAPKCS1KeyExchangeDeformatter třídy .
public:
RSAPKCS1KeyExchangeDeformatter();
public RSAPKCS1KeyExchangeDeformatter ();
Public Sub New ()
Poznámky
Před voláním DecryptKeyExchangepříkazu použijte SetKey k vytvoření klíče .
Viz také
Platí pro
RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm)
Inicializuje novou instanci RSAPKCS1KeyExchangeDeformatter třídy se zadaným klíčem.
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
Instance RSA algoritmu, který obsahuje privátní klíč.
Výjimky
key
je null
.