HttpTransportSecurity.Realm 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定摘要式或基本驗證的驗證領域。
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 」。 驗證領域會顯示給使用者看,讓他瞭解可以在數組可能的使用者名稱和密碼中使用哪一組。