Transform.GetDigestedOutput(HashAlgorithm) Method

Definition

When overridden in a derived class, returns the digest associated with a Transform object.

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

Parameters

hash
HashAlgorithm

The HashAlgorithm object used to create a digest.

Returns

Byte[]

The digest associated with a Transform object.

Attributes

Applies to