RSAOAEPKeyExchangeFormatter 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 RSAOAEPKeyExchangeFormatter třídy.
Přetížení
RSAOAEPKeyExchangeFormatter() |
Inicializuje novou instanci RSAOAEPKeyExchangeFormatter třídy. |
RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm) |
Inicializuje novou instanci RSAOAEPKeyExchangeFormatter třídy pomocí zadaného klíče. |
RSAOAEPKeyExchangeFormatter()
Inicializuje novou instanci RSAOAEPKeyExchangeFormatter třídy.
public:
RSAOAEPKeyExchangeFormatter();
public RSAOAEPKeyExchangeFormatter ();
Public Sub New ()
Poznámky
Slouží SetKey k nastavení klíče před voláním CreateKeyExchangepříkazu .
Viz také
Platí pro
RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)
Inicializuje novou instanci RSAOAEPKeyExchangeFormatter třídy pomocí zadaného klíče.
public:
RSAOAEPKeyExchangeFormatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAOAEPKeyExchangeFormatter (System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAOAEPKeyExchangeFormatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAOAEPKeyExchangeFormatter
Public Sub New (key As AsymmetricAlgorithm)
Parametry
Instance RSA algoritmu, který obsahuje veřejný klíč.
Výjimky
key
je null
.