共用方式為


Transform.GetDigestedOutput(HashAlgorithm) 方法

定義

在衍生類別中覆寫時,傳回與 Transform 物件關聯的摘要。

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

參數

hash
HashAlgorithm

用來建立摘要的 HashAlgorithm 物件。

傳回

Byte[]

Transform 物件關聯的摘要。

屬性

適用於