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 超出范围。

适用于