Compartir a través de


Transform.GetDigestedOutput(HashAlgorithm) Método

Definición

Cuando se reemplaza en una clase derivada, devuelve el algoritmo de síntesis asociado a un objeto Transform.

public:
 virtual cli::array <System::Byte> ^ GetDigestedOutput(System::Security::Cryptography::HashAlgorithm ^ hash);
public virtual byte[] GetDigestedOutput (System.Security.Cryptography.HashAlgorithm hash);
[System.Runtime.InteropServices.ComVisible(false)]
public virtual byte[] GetDigestedOutput (System.Security.Cryptography.HashAlgorithm hash);
abstract member GetDigestedOutput : System.Security.Cryptography.HashAlgorithm -> byte[]
override this.GetDigestedOutput : System.Security.Cryptography.HashAlgorithm -> byte[]
[<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

Objeto HashAlgorithm utilizado para crear una síntesis.

Devoluciones

Byte[]

Algoritmo de síntesis asociado a un objeto Transform.

Atributos

Se aplica a