Share via


XmlDsigExcC14NTransform.GetDigestedOutput(HashAlgorithm) 方法

定义

返回与 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 对象关联的摘要。

适用于