WsFederationConfiguration.Realm 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要用於 WS-同盟登入要求 ("wsignin1.0") 的 wtrealm 參數值。
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
屬性值
用來向 Security Token Service (STS) 表明信賴憑證者 (RP) 識別身分的 URI。 不可以是 null
。
例外狀況
嘗試將屬性設為 null
。