DirectoryEntry.AuthenticationType Property
.NET Framework 1.1
Gets or sets the type of authentication to use.
[Visual Basic] Public Property AuthenticationType As AuthenticationTypes [C#] public AuthenticationTypes AuthenticationType {get; set;} [C++] public: __property AuthenticationTypes get_AuthenticationType(); public: __property void set_AuthenticationType(AuthenticationTypes); [JScript] public function get AuthenticationType() : AuthenticationTypes; public function set AuthenticationType(AuthenticationTypes);
Property Value
One of the AuthenticationTypes values. The default is None.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace