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 專案數目是 的大小為 18。 HashSize

適用於