次の方法で共有


AuthenticationMethodLdapProperties クラス

定義

Ldap 認証方法のプロパティ。 この機能はプレビュー段階にあります。

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

コンストラクター

AuthenticationMethodLdapProperties()

AuthenticationMethodLdapProperties の新しいインスタンスを初期化します。

プロパティ

ConnectionTimeoutInMs

LDAP サーバーに接続するためのタイムアウト (ミリ秒単位)。 既定値は 5000 ミリ秒です。

SearchBaseDistinguishedName

ユーザーの再帰的検索を開始するオブジェクトの識別名。

SearchFilterTemplate

検索に使用するテンプレート。 既定値は (cn=%s) で、%s はログインに使用されるユーザー名に置き換えられます。

ServerCertificates

サーバー証明書を取得します。

ServerHostname

LDAP サーバーのホスト名。

ServerPort

LDAP サーバーのポート。

ServiceUserDistinguishedName

認証に関するユーザーの詳細を検索できる検索ユーザー アカウントの識別名。

ServiceUserPassword

検索ユーザーのパスワード。

適用対象