HMACSHA1.HashName プロパティ

定義

ハッシュに使用するハッシュ アルゴリズムの名前を取得または設定します。

public:
 property System::String ^ HashName { System::String ^ get(); void set(System::String ^ value); };
public string HashName { get; set; }
member this.HashName : string with get, set
Public Property HashName As String

プロパティ値

ハッシュ アルゴリズムの名前。

適用対象