Share via


Propriété WebContextBase.Authentication

Obtient ou définit le contexte d'authentification de l'application.

Espace de noms: System.ServiceModel.DomainServices.Client.ApplicationServices
Assembly : System.ServiceModel.DomainServices.Client.Web (dans system.servicemodel.domainservices.client.web.dll)

Utilisation

'Utilisation
Dim instance As WebContextBase
Dim value As AuthenticationService

value = instance.Authentication

instance.Authentication = value

Syntaxe

'Déclaration
Public Property Authentication As AuthenticationService
public AuthenticationService Authentication { get; set; }
public:
property AuthenticationService^ Authentication {
    AuthenticationService^ get ();
    void set (AuthenticationService^ value);
}
/** @property */
public AuthenticationService get_Authentication ()

/** @property */
public void set_Authentication (AuthenticationService value)
public function get Authentication () : AuthenticationService

public function set Authentication (value : AuthenticationService)

Valeur de propriété

Contexte d'authentification de l'application.

Sécurité des threads

Tous les membres publics statiques (Partagés dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows XP Édition familiale, Windows XP Professionnel, Windows Server 2003 , Windows Server 2008 et Windows 2000

Plateformes cibles

Voir aussi

Référence

Classe WebContextBase
Membres WebContextBase
Espace de noms System.ServiceModel.DomainServices.Client.ApplicationServices