Share via


RSAPKCS1KeyExchangeDeformatter Oluşturucular

Tanım

RSAPKCS1KeyExchangeDeformatter sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

RSAPKCS1KeyExchangeDeformatter()

RSAPKCS1KeyExchangeDeformatter sınıfının yeni bir örneğini başlatır.

RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm)

Belirtilen anahtarla sınıfının yeni bir örneğini RSAPKCS1KeyExchangeDeformatter başlatır.

RSAPKCS1KeyExchangeDeformatter()

Kaynak:
RSAPKCS1KeyExchangeDeformatter.cs
Kaynak:
RSAPKCS1KeyExchangeDeformatter.cs
Kaynak:
RSAPKCS1KeyExchangeDeformatter.cs

RSAPKCS1KeyExchangeDeformatter sınıfının yeni bir örneğini başlatır.

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

Açıklamalar

komutunu çağırmadan DecryptKeyExchangeönce anahtarı oluşturmak için kullanınSetKey.

Ayrıca bkz.

Şunlara uygulanır

RSAPKCS1KeyExchangeDeformatter(AsymmetricAlgorithm)

Kaynak:
RSAPKCS1KeyExchangeDeformatter.cs
Kaynak:
RSAPKCS1KeyExchangeDeformatter.cs
Kaynak:
RSAPKCS1KeyExchangeDeformatter.cs

Belirtilen anahtarla sınıfının yeni bir örneğini RSAPKCS1KeyExchangeDeformatter başlatır.

public:
 RSAPKCS1KeyExchangeDeformatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAPKCS1KeyExchangeDeformatter (System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter
Public Sub New (key As AsymmetricAlgorithm)

Parametreler

key
AsymmetricAlgorithm

Özel anahtarı tutan algoritma örneği RSA .

Özel durumlar

key, null değeridir.

Ayrıca bkz.

Şunlara uygulanır