Aracılığıyla paylaş


RSAOAEPKeyExchangeDeformatter Oluşturucular

Tanım

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

Aşırı Yüklemeler

RSAOAEPKeyExchangeDeformatter()

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

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

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

RSAOAEPKeyExchangeDeformatter()

Kaynak:
RSAOAEPKeyExchangeDeformatter.cs
Kaynak:
RSAOAEPKeyExchangeDeformatter.cs
Kaynak:
RSAOAEPKeyExchangeDeformatter.cs

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

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

Açıklamalar

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

Ayrıca bkz.

Şunlara uygulanır

RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm)

Kaynak:
RSAOAEPKeyExchangeDeformatter.cs
Kaynak:
RSAOAEPKeyExchangeDeformatter.cs
Kaynak:
RSAOAEPKeyExchangeDeformatter.cs

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

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