XmlDsigExcC14NTransform.GetDigestedOutput(HashAlgorithm) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Synthèse associée à un XmlDsigExcC14NTransform objet.