RSACryptoServiceProvider.DecryptValue(Byte[]) メソッド

定義

注意事項

RSA.EncryptValue and DecryptValue are not supported and throw NotSupportedException. Use RSA.Encrypt and RSA.Decrypt instead.

このメソッドは、現在のバージョンではサポートされていません。

public:
 override cli::array <System::Byte> ^ DecryptValue(cli::array <System::Byte> ^ rgb);
[System.Obsolete("RSA.EncryptValue and DecryptValue are not supported and throw NotSupportedException. Use RSA.Encrypt and RSA.Decrypt instead.", DiagnosticId="SYSLIB0048", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public override byte[] DecryptValue(byte[] rgb);
public override byte[] DecryptValue(byte[] rgb);
[<System.Obsolete("RSA.EncryptValue and DecryptValue are not supported and throw NotSupportedException. Use RSA.Encrypt and RSA.Decrypt instead.", DiagnosticId="SYSLIB0048", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
override this.DecryptValue : byte[] -> byte[]
override this.DecryptValue : byte[] -> byte[]
Public Overrides Function DecryptValue (rgb As Byte()) As Byte()

パラメーター

rgb
Byte[]

復号化するデータ。

返品

Byte[]

暗号化解除されたデータ。暗号化前の元のプレーン テキストです。

属性

例外

このメソッドは、現在のバージョンではサポートされていません。

適用対象

こちらもご覧ください