NegotiateOptions.EnableLdap 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
EnableLdap(Action<LdapSettings>) |
使用用來使用已設定設定擷取宣告的 LDAP 連線。 這應該只在 Linux 系統上使用。 |
EnableLdap(String) |
使用用來擷取指定網域宣告的 LDAP 連線。 這應該只在 Linux 系統上使用。 |
EnableLdap(Action<LdapSettings>)
使用用來使用已設定設定擷取宣告的 LDAP 連線。 這應該只在 Linux 系統上使用。
public:
void EnableLdap(Action<Microsoft::AspNetCore::Authentication::Negotiate::LdapSettings ^> ^ configureSettings);
public void EnableLdap (Action<Microsoft.AspNetCore.Authentication.Negotiate.LdapSettings> configureSettings);
member this.EnableLdap : Action<Microsoft.AspNetCore.Authentication.Negotiate.LdapSettings> -> unit
Public Sub EnableLdap (configureSettings As Action(Of LdapSettings))
參數
- configureSettings
- Action<LdapSettings>
適用於
EnableLdap(String)
使用用來擷取指定網域宣告的 LDAP 連線。 這應該只在 Linux 系統上使用。
public:
void EnableLdap(System::String ^ domain);
public void EnableLdap (string domain);
member this.EnableLdap : string -> unit
Public Sub EnableLdap (domain As String)
參數
- domain
- String