WSFederationElement.Realm Proprietà

Definizione

Ottiene o imposta l'attributo 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

Valore della proprietà

Stringa che contiene l'URI dell'ambito di richiesta. Il valore predefinito è una stringa vuota. Imposta il parametro wtrealm della richiesta di accesso WS-Federation. Obbligatorio.

Attributi

Si applica a

Vedi anche