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 se zadaným klíčem.

RSAPKCS1KeyExchangeFormatter()

Inicializuje novou instanci RSAPKCS1KeyExchangeFormatter třídy.

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

Poznámky

Použijte SetKey metodu k nastavení klíče, který se má použít pro výměnu klíčů před voláním CreateKeyExchange.

Viz také

Platí pro

RSAPKCS1KeyExchangeFormatter(AsymmetricAlgorithm)

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

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