Share via


DirectoryEntry.AuthenticationType

The AuthenticationType property gets or sets the type of authentication to use.

public AuthenticationTypes AuthenticationType {get; set;}
Public Property AuthenticationType As AuthenticationTypes

Property Value

One of the AuthenticationTypes values. The default is None.

Requirements

Client Requires Windows XP Home Edition, Windows XP Professional, Windows Me, or Windows 98.
Server Requires Windows Server 2003, Windows 2000, or Windows NT 4.0.
Namespace

Defined in System.DirectoryServices.

Assembly

Requires System.DirectoryServices (in System.DirectoryServices.dll).

.NET Framework

Requires .NET Framework 1.0.

See Also

System.DirectoryServices Namespace