DirectoryEntry.AuthenticationType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of authentication to use.
public:
property System::DirectoryServices::AuthenticationTypes AuthenticationType { System::DirectoryServices::AuthenticationTypes get(); void set(System::DirectoryServices::AuthenticationTypes value); };
public System.DirectoryServices.AuthenticationTypes AuthenticationType { get; set; }
[System.DirectoryServices.DSDescription("DSAuthenticationType")]
public System.DirectoryServices.AuthenticationTypes AuthenticationType { get; set; }
member this.AuthenticationType : System.DirectoryServices.AuthenticationTypes with get, set
[<System.DirectoryServices.DSDescription("DSAuthenticationType")>]
member this.AuthenticationType : System.DirectoryServices.AuthenticationTypes with get, set
Public Property AuthenticationType As AuthenticationTypes
Property Value
One of the AuthenticationTypes values.
- Attributes
Remarks
Prior to .NET Framework 2.0, the default value is None. Beginning with .NET Framework 2.0, the default value is Secure.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.