LdapSessionOptions 类

定义

LdapSessionOptions 类用来获取或设置各种 LDAP 会话选项。

public ref class LdapSessionOptions
public class LdapSessionOptions
type LdapSessionOptions = class
Public Class LdapSessionOptions
继承
LdapSessionOptions

属性

AutoReconnect

AutoReconnect 属性指定自动重新连接是否已启用。

DomainName

DomainName 属性返回此连接绑定到的域。

HostName

HostName 属性返回与连接关联的 LDAP 服务器的名称。

HostReachable

HostReachable 属性指定主机是否可访问。

LocatorFlag

LocatorFlag 属性指定 LocatorFlags 枚举的值之一,在定位域控制器时需要使用这些值。

PingKeepAliveTimeout

PingKeepAliveTimeout 属性包含 TimeSpan 对象,该对象指定在从服务器获得上一次响应之后,在发送“keep-alive”ping 命令之前客户端应该等待的最小秒数。

PingLimit

PingLimit 属性包含未答复的 ping 命令的数目,这些 ping 命令是客户端在关闭连接之前发送的。

PingWaitTimeout

PingWaitTimeout 属性包含 TimeSpan 对象,该对象指定客户端在发送 ping 命令之后等待响应返回的毫秒数。

ProtocolVersion

ProtocolVersion 属性指定要使用的 LDAP 协议版本。

QueryClientCertificate

QueryClientCertificate 属性包含 QueryClientCertificateCallback 对象,该对象指定建立 SSL 连接时用来指定客户端证书的默认回调函数。

ReferralCallback

ReferralCallback 属性包含 ReferralCallback 对象,该对象指定追踪转交时使用的默认回调函数。

ReferralChasing

ReferralChasing 属性包含 ReferralChasingOption 对象,该对象指定 LDAP 库如何遵循 LDAP 服务器返回的转交。

ReferralHopLimit

ReferralHopLimit 属性指定追踪转交时允许的跃点数。

RootDseCache

RootDseCache 属性启用内部 RootDSE 缓存。

SaslMethod

SaslMethod 属性指定首选的简单身份验证和安全层 (SASL) 绑定方法。

Sealing

Sealing 属性启用 Kerberos 加密。

SecureSocketLayer

SecureSocketLayer 属性启用连接上的安全套接字层。

SecurityContext

SecurityContext 属性指定与当前连接关联的安全上下文。

SendTimeout

SendTimeout 属性包含 TimeSpan 对象,该对象指定发送超时时间。

Signing

Signing 属性启用 Kerberos 加密。

SslInformation

SslInformation 属性包含 SecurityPackageContextConnectionInformation 对象,该对象包含有关当前安全连接的数据。

SspiFlag

SspiFlag 属性指定要传递给安全支持提供程序接口 (SSPI) 的 InitializeSecurityContext 函数的标志。 有关 InitializeSecurityContext 函数的更多信息,请参阅 InitializeSecurityContext 函数一文。

TcpKeepAlive

TcpKeepAlive 属性启用 TCP Keep-alive。

VerifyServerCertificate

VerifyServerCertificate 属性包含 VerifyServerCertificateCallback 对象,该对象指定建立 SSL 连接时用来验证服务器证书的默认回调方法。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
FastConcurrentBind()

FastConcurrentBind() 方法支持快速并发绑定。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
StartTransportLayerSecurity(DirectoryControlCollection)

StartTransportLayerSecurity(DirectoryControlCollection) 方法启动传输层安全加密。

StopTransportLayerSecurity()

StopTransportLayerSecurity() 方法结束传输层安全加密。

ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于