WebContextBase.Authentication-Eigenschaft

Ruft den Authentifizierungskontext für die Anwendung ab oder legt diesen fest.

Namespace: System.ServiceModel.DomainServices.Client.ApplicationServices
Assembly: System.ServiceModel.DomainServices.Client.Web (in system.servicemodel.domainservices.client.web.dll)

Verwendung

'Usage
Dim instance As WebContextBase
Dim value As AuthenticationService

value = instance.Authentication

instance.Authentication = value

Syntax

'Declaration
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)

Eigenschaftswert

Der Authentifizierungskontext für die Anwendung.

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht sichergestellt.

Plattformen

Entwicklungsplattformen

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 und Windows 2000

Zielplattformen

Siehe auch

Verweis

WebContextBase-Klasse
WebContextBase-Member
System.ServiceModel.DomainServices.Client.ApplicationServices-Namespace