PasswordDeriveBytes.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

プロパティ値

String

演算で使用するハッシュ アルゴリズムの名前。

例外

ハッシュ値の名前が固定されているのに、この値を変更しようとしました。

適用対象

こちらもご覧ください