XmlDsigC14NTransform.GetDigestedOutput(HashAlgorithm) Method

Definition

Returns the digest associated with an 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

The HashAlgorithm object used to create a digest.

Returns

Byte[]

The digest associated with an XmlDsigC14NTransform object.

Attributes

Applies to