共用方式為


HashAlgorithm.Hash 屬性

定義

取得計算出的雜湊碼值。

public:
 virtual property cli::array <System::Byte> ^ Hash { cli::array <System::Byte> ^ get(); };
public virtual byte[]? Hash { get; }
public virtual byte[] Hash { get; }
member this.Hash : byte[]
Public Overridable ReadOnly Property Hash As Byte()

屬性值

Byte[]

計算出的雜湊碼目前值。

例外狀況

對象已經處置。

備註

屬性 Hash 是一個位元組陣列;屬性 HashSize 是一個代表位元的值。 因此,元素數量 Hash 是 的 HashSize八分之一大小。

適用於