Share via


XmlDsigC14NTransform.GetDigestedOutput(HashAlgorithm) 方法

定义

返回与 XmlDsigC14NTransform 对象关联的摘要。

public:
 override cli::array <System::Byte> ^ GetDigestedOutput(System::Security::Cryptography::HashAlgorithm ^ hash);
public override byte[] GetDigestedOutput (System.Security.Cryptography.HashAlgorithm hash);
[System.Runtime.InteropServices.ComVisible(false)]
public override byte[] GetDigestedOutput (System.Security.Cryptography.HashAlgorithm hash);
override this.GetDigestedOutput : System.Security.Cryptography.HashAlgorithm -> byte[]
[<System.Runtime.InteropServices.ComVisible(false)>]
override this.GetDigestedOutput : System.Security.Cryptography.HashAlgorithm -> byte[]
Public Overrides Function GetDigestedOutput (hash As HashAlgorithm) As Byte()

参数

hash
HashAlgorithm

用于创建摘要的 HashAlgorithm 对象。

返回

Byte[]

XmlDsigC14NTransform 对象关联的摘要。

属性

适用于