XmlDsigExcC14NTransform.GetDigestedOutput(HashAlgorithm) Méthode

Définition

Retourne le Digest associé à un objet XmlDsigExcC14NTransform.

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 un résumé.

Retours

Byte[]

Digest associé à un objet XmlDsigExcC14NTransform.

S’applique à