Sdílet prostřednictvím


DirectoryEntry.AuthenticationType Vlastnost

Definice

Získá nebo nastaví typ ověřování, který chcete použít.

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

Hodnota vlastnosti

Jedna z AuthenticationTypes hodnot.

Atributy

Poznámky

Před rozhraním .NET Framework 2.0 je Nonevýchozí hodnota . Počínaje rozhraním .NET Framework 2.0 je Securevýchozí hodnota .

Platí pro

Viz také