Sdílet prostřednictvím


RSAPKCS1KeyExchangeFormatter Konstruktory

Definice

Inicializuje novou instanci RSAPKCS1KeyExchangeFormatter třídy.

Přetížení

RSAPKCS1KeyExchangeFormatter()

Inicializuje novou instanci RSAPKCS1KeyExchangeFormatter třídy.

RSAPKCS1KeyExchangeFormatter(AsymmetricAlgorithm)

Inicializuje novou instanci RSAPKCS1KeyExchangeFormatter třídy pomocí zadaného klíče.

RSAPKCS1KeyExchangeFormatter()

Zdroj:
RSAPKCS1KeyExchangeFormatter.cs
Zdroj:
RSAPKCS1KeyExchangeFormatter.cs
Zdroj:
RSAPKCS1KeyExchangeFormatter.cs

Inicializuje novou instanci RSAPKCS1KeyExchangeFormatter třídy.

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

Poznámky

Pomocí SetKey metody nastavte klíč, který se má použít pro výměnu klíčů před voláním CreateKeyExchange.

Viz také

Platí pro

RSAPKCS1KeyExchangeFormatter(AsymmetricAlgorithm)

Zdroj:
RSAPKCS1KeyExchangeFormatter.cs
Zdroj:
RSAPKCS1KeyExchangeFormatter.cs
Zdroj:
RSAPKCS1KeyExchangeFormatter.cs

Inicializuje novou instanci RSAPKCS1KeyExchangeFormatter třídy pomocí zadaného klíče.

public:
 RSAPKCS1KeyExchangeFormatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAPKCS1KeyExchangeFormatter (System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter
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