Transform.GetDigestedOutput(HashAlgorithm) Método

Definição

Quando substituído em uma classe derivada, retorna o resumo associado a um Transform objeto.

public:
 virtual cli::array <System::Byte> ^ GetDigestedOutput(System::Security::Cryptography::HashAlgorithm ^ hash);
[System.Runtime.InteropServices.ComVisible(false)]
public virtual byte[] GetDigestedOutput(System.Security.Cryptography.HashAlgorithm hash);
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member GetDigestedOutput : System.Security.Cryptography.HashAlgorithm -> byte[]
override this.GetDigestedOutput : System.Security.Cryptography.HashAlgorithm -> byte[]
Public Overridable Function GetDigestedOutput (hash As HashAlgorithm) As Byte()

Parâmetros

hash
HashAlgorithm

O HashAlgorithm objeto usado para criar um resumo.

Retornos

Byte[]

O resumo associado a um Transform objeto.

Atributos

Aplica-se a