XmlDsigExcC14NTransform.GetDigestedOutput(HashAlgorithm) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回與 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()
參數
- hash
- HashAlgorithm
用來建立摘要的 HashAlgorithm 物件。
傳回
Byte[]
與 XmlDsigExcC14NTransform 物件關聯的摘要。