Freigeben über


DirectoryEntry.AuthenticationType-Eigenschaft

Ruft den Typ der Authentifizierung ab oder legt diesen fest.

Namespace: System.DirectoryServices
Assembly: System.DirectoryServices (in system.directoryservices.dll)

Syntax

'Declaration
Public Property AuthenticationType As AuthenticationTypes
'Usage
Dim instance As DirectoryEntry
Dim value As AuthenticationTypes

value = instance.AuthenticationType

instance.AuthenticationType = value
public AuthenticationTypes AuthenticationType { get; set; }
public:
property AuthenticationTypes AuthenticationType {
    AuthenticationTypes get ();
    void set (AuthenticationTypes value);
}
/** @property */
public AuthenticationTypes get_AuthenticationType ()

/** @property */
public void set_AuthenticationType (AuthenticationTypes value)
public function get AuthenticationType () : AuthenticationTypes

public function set AuthenticationType (value : AuthenticationTypes)

Eigenschaftenwert

Einer der AuthenticationTypes-Werte.

Hinweise

Vor .NET Framework 2.0 ist der Standardwert None. Beginnend mit .NET Framework 2.0 ist der Standardwert Secure.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

DirectoryEntry-Klasse
DirectoryEntry-Member
System.DirectoryServices-Namespace
AuthenticationTypes-Enumeration