共用方式為


WSFederationElement.Realm 屬性

定義

取得或設定 realm 屬性。

public:
 property System::String ^ Realm { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("realm", IsRequired=true)]
public string Realm { get; set; }
[<System.Configuration.ConfigurationProperty("realm", IsRequired=true)>]
member this.Realm : string with get, set
Public Property Realm As String

屬性值

包含要求領域之 URI 的字串。 預設為空字串。 設定 WS-Federation 登入要求 wtrealm 參數。 必要。

屬性

適用於

另請參閱