RSA.DecryptValue(Byte[]) Metódus

Definíció

Származtatott osztály felülírásakor a titkos kulcs használatával fejti vissza a bemeneti adatokat.

public:
 abstract cli::array <System::Byte> ^ DecryptValue(cli::array <System::Byte> ^ rgb);
public:
 virtual cli::array <System::Byte> ^ DecryptValue(cli::array <System::Byte> ^ rgb);
public abstract byte[] DecryptValue(byte[] rgb);
public virtual byte[] DecryptValue(byte[] rgb);
abstract member DecryptValue : byte[] -> byte[]
abstract member DecryptValue : byte[] -> byte[]
override this.DecryptValue : byte[] -> byte[]
Public MustOverride Function DecryptValue (rgb As Byte()) As Byte()
Public Overridable Function DecryptValue (rgb As Byte()) As Byte()

Paraméterek

rgb
Byte[]

A visszafejtendő titkosítási szöveg.

Válaszok

Byte[]

A paraméter eredményként kapott visszafejtése rgb egyszerű szövegben.

Kivételek

Ez a metódushívás nem támogatott. Ez a kivétel a .NET Framework 4.6-tal kezdődik.

Megjegyzések

A .NET-keretrendszer 4.5.2-s és korábbi verzióiban ez .NET a módszer abstract volt. A származtatott osztály RSACryptoServiceProvider.DecryptValueegyetlen implementációja azonban kivételt NotSupportedException is okozott.

A következőre érvényes:

Lásd még