HashAlgorithmName.Name 屬性

定義

取得演算法名稱的底層字串表示。

public:
 property System::String ^ Name { System::String ^ get(); };
public string? Name { get; }
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

屬性值

演算法名稱的字串表示,或 default 若無雜湊演算法,則為

備註

可能為 或 null 為空,表示不適用雜湊演算法。

適用於