RSAOAEPKeyExchangeDeformatter 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 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()
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)
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
Instance RSA algoritmu, který obsahuje privátní klíč.
Výjimky
key
je null
.