RSACryptoServiceProvider.DecryptValue(Byte[]) Metod

Definition

Varning

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

Den här metoden stöds inte i den aktuella versionen.

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()

Parametrar

rgb
Byte[]

De data som ska dekrypteras.

Returer

Byte[]

De dekrypterade data, som är den ursprungliga oformaterade texten före kryptering.

Attribut

Undantag

Den här metoden stöds inte i den aktuella versionen.

Gäller för

Se även