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 값 중 하나입니다.

특성

설명

.NET Framework 2.0 이전의 기본값은 입니다None. .NET Framework 2.0부터 기본값은 입니다Secure.

적용 대상

추가 정보