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 pomocí zadaného klíče.

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

Slouží SetKey k nastavení klíče před voláním CreateKeyExchangepříkazu .

Viz také

Platí pro

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

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

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

key
AsymmetricAlgorithm

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

Výjimky

key je null.

Viz také

Platí pro