PasswordDeriveBytes.HashName 属性

定义

获取或设置操作的哈希算法的名称。

public:
 property System::String ^ HashName { System::String ^ get(); void set(System::String ^ value); };
public string HashName { get; [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The hash implementation might be removed. Ensure the referenced hash algorithm is not trimmed.")] set; }
public string HashName { get; set; }
[<set: System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The hash implementation might be removed. Ensure the referenced hash algorithm is not trimmed.")>]
member this.HashName : string with get, set
member this.HashName : string with get, set
Public Property HashName As String

属性值

操作的哈希算法的名称。

属性

例外

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

适用于

另请参阅