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

속성 값

작업에 대한 해시 알고리즘의 이름입니다.

특성

예외

해시 값의 이름이 고정되어 있으며 이 값을 변경하려고 시도합니다.

적용 대상

추가 정보