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

속성 값

해시 알고리즘의 이름입니다.

적용 대상