Sdílet prostřednictvím


RSAOAEPKeyExchangeFormatter Konstruktory

Definice

Inicializuje novou instanci RSAOAEPKeyExchangeFormatter třídy .

Přetížení

RSAOAEPKeyExchangeFormatter()

Inicializuje novou instanci RSAOAEPKeyExchangeFormatter třídy .

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

Inicializuje novou instanci RSAOAEPKeyExchangeFormatter třídy se zadaným klíčem.

RSAOAEPKeyExchangeFormatter()

Zdroj:
RSAOAEPKeyExchangeFormatter.cs
Zdroj:
RSAOAEPKeyExchangeFormatter.cs
Zdroj:
RSAOAEPKeyExchangeFormatter.cs

Inicializuje novou instanci RSAOAEPKeyExchangeFormatter třídy .

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

Poznámky

Před voláním CreateKeyExchangepříkazu použijte SetKey k nastavení klíče .

Viz také

Platí pro

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

Zdroj:
RSAOAEPKeyExchangeFormatter.cs
Zdroj:
RSAOAEPKeyExchangeFormatter.cs
Zdroj:
RSAOAEPKeyExchangeFormatter.cs

Inicializuje novou instanci RSAOAEPKeyExchangeFormatter třídy se zadaným klíčem.

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

key
AsymmetricAlgorithm

Instance RSA algoritmu, který obsahuje veřejný klíč.

Výjimky

key je null.

Viz také

Platí pro