XmlDsigExcC14NTransform.GetDigestedOutput(HashAlgorithm) Méthode

Définition

Retourne le digest associé à un XmlDsigExcC14NTransform objet.

public:
 override cli::array <System::Byte> ^ GetDigestedOutput(System::Security::Cryptography::HashAlgorithm ^ hash);
public override byte[] GetDigestedOutput(System.Security.Cryptography.HashAlgorithm hash);
override this.GetDigestedOutput : System.Security.Cryptography.HashAlgorithm -> byte[]
Public Overrides 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 XmlDsigExcC14NTransform objet.

S’applique à