Partage via


HttpTransportElement.Realm Propriété

Définition

Obtient ou définit le domaine d'authentification.

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

Valeur de propriété

String

Chaîne qui contient le domaine d'authentification.

Attributs

S’applique à