Transform.GetDigestedOutput(HashAlgorithm) Metodo

Definizione

Quando è sottoposto a override in una classe derivata, restituisce il digest associato all'oggetto 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()

Parametri

hash
HashAlgorithm

Oggetto HashAlgorithm utilizzato per creare il digest.

Restituisce

Byte[]

Digest associato all'oggetto Transform.

Attributi

Si applica a