次の方法で共有


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 オブジェクトに関連付けられているダイジェスト。

属性

適用対象