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 或空白,表示沒有適用的雜湊演算法。

適用於