Sdílet prostřednictvím


WSFederationElement.Realm Vlastnost

Definice

Získá nebo nastaví realm atribut .

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

Hodnota vlastnosti

Řetězec, který obsahuje identifikátor URI požadované sféry. Výchozí hodnota je prázdný řetězec. Nastaví WS-Federation žádost o přihlášení pomocí parametru wtrealm. Povinná hodnota.

Atributy

Platí pro

Viz také