你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AuthenticationMethodLdapProperties 类

定义

Ldap 身份验证方法属性。 此功能为预览版。

public class AuthenticationMethodLdapProperties
type AuthenticationMethodLdapProperties = class
Public Class AuthenticationMethodLdapProperties
继承
AuthenticationMethodLdapProperties

构造函数

AuthenticationMethodLdapProperties()

初始化 AuthenticationMethodLdapProperties 的新实例。

属性

ConnectionTimeoutInMs

连接到 LDAP 服务器的超时(以 miliseconds 为单位)。 默认值为 5000 毫秒。

SearchBaseDistinguishedName

要从中开始对用户进行递归搜索的对象的可分辨名称。

SearchFilterTemplate

用于搜索的模板。 默认为 (cn=%s) 其中 %s 将替换为用于登录的用户名。

ServerCertificates

获取服务器证书。

ServerHostname

LDAP 服务器的主机名。

ServerPort

LDAP 服务器的端口。

ServiceUserDistinguishedName

查找用户帐户的可分辨名称,可查找有关身份验证的用户详细信息。

ServiceUserPassword

查找用户的密码。

适用于