共用方式為


HttpTransportSecurity.Realm 屬性

定義

取得或設定摘要式或基本驗證的驗證領域。

public:
 property System::String ^ Realm { System::String ^ get(); void set(System::String ^ value); };
public string Realm { get; set; }
member this.Realm : string with get, set
Public Property Realm As String

屬性值

驗證領域。 預設值為 ""。

備註

驗證領域是包含至少執行驗證之主機名稱稱的字串,並可額外指出可能具有存取權的使用者集合。 範例可能是 「 registered_someone@example.com 」。 驗證領域會顯示給使用者看,讓他瞭解可以在數組可能的使用者名稱和密碼中使用哪一組。

適用於