LdapConnection.AuthType 속성

정의

AuthType 속성에는 지원되는 인증 형식이 포함되어 있습니다.

public:
 property System::DirectoryServices::Protocols::AuthType AuthType { System::DirectoryServices::Protocols::AuthType get(); void set(System::DirectoryServices::Protocols::AuthType value); };
public System.DirectoryServices.Protocols.AuthType AuthType { get; set; }
member this.AuthType : System.DirectoryServices.Protocols.AuthType with get, set
Public Property AuthType As AuthType

속성 값

지원되는 인증 형식입니다.

예외

authType이 범위에서 벗어난 경우.

적용 대상