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

操作的哈希算法的名称。

例外

哈希值的名称是固定的,尝试更改该值。

适用于

另请参阅