RSACryptoServiceProvider.DecryptValue(Byte[]) Método

Definição

Esse método não tem suporte na versão atual.This method is not supported in the current version.

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

Parâmetros

rgb
Byte[]

Os dados a serem descriptografados.The data to be decrypted.

Retornos

Byte[]

Os dados descriptografados, que são o texto sem formatação original antes da criptografia.The decrypted data, which is the original plain text before encryption.

Exceções

Esse método não tem suporte na versão atual.This method is not supported in the current version.

Aplica-se a