Transform.GetDigestedOutput(HashAlgorithm) Méthode

Définition

En cas de substitution dans une classe dérivée, retourne le digest associé à un Transform objet.

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

Paramètres

hash
HashAlgorithm

Objet HashAlgorithm utilisé pour créer une synthèse.

Retours

Byte[]

Synthèse associée à un Transform objet.

Attributs

S’applique à