HttpTransportSecurityElement.Realm 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定摘要式或基本驗證的驗證領域。
public:
property System::String ^ Realm { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("realm", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string Realm { get; set; }
[<System.Configuration.ConfigurationProperty("realm", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Realm : string with get, set
Public Property Realm As String
屬性值
驗證領域。 預設值為 ""。
- 屬性
備註
驗證領域是一個字串,其中至少包含負責執行驗證之主機的名稱。 也可以指定具有存取權之使用者的集合。
使用者可以查詢驗證領域,以瞭解可以使用的其中一組使用者名稱和密碼。