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

屬性值

雜湊演算法的名稱。

例外狀況

無法變更目前的雜湊演算法。

適用於