XmlDsigC14NTransform.GetDigestedOutput(HashAlgorithm) Methode

Definitie

Retourneert de samenvatting die is gekoppeld aan een XmlDsigC14NTransform object.

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

Parameters

hash
HashAlgorithm

Het HashAlgorithm object dat wordt gebruikt om een samenvatting te maken.

Retouren

Byte[]

De samenvatting die is gekoppeld aan een XmlDsigC14NTransform object.

Kenmerken

Van toepassing op