次の方法で共有


RSACryptoServiceProvider.DecryptValue メソッド

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

Overrides Public Function DecryptValue( _
   ByVal rgb() As Byte _) As Byte()
[C#]
public override byte[] DecryptValue(byte[] rgb);
[C++]
public: unsigned char DecryptValue(unsigned charrgb __gc[])  __gc[];
[JScript]
public override function DecryptValue(
   rgb : Byte[]) : Byte[];

パラメータ

  • rgb
    復号化するデータ。

戻り値

復号化されたデータ。暗号化する前の、元の平文です。

例外

例外の種類 条件
NotSupportedException このメソッドは、現在のバージョンではサポートされていません。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

RSACryptoServiceProvider クラス | RSACryptoServiceProvider メンバ | System.Security.Cryptography 名前空間 | 暗号サービス