DirectoryEntry.AuthenticationType Свойство

Определение

Возвращает или задает используемый тип аутентификации.

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

Значение свойства

AuthenticationTypes

Одно из значений перечисления AuthenticationTypes.

Атрибуты

Комментарии

До платформа .NET Framework 2.0 используется Noneзначение по умолчанию. Начиная с платформа .NET Framework 2.0, значение по умолчанию — Secure.

Применяется к

См. также раздел