LdapSettings.LdapConnection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
LdapConnection要用來擷取角色宣告的 。 如果未提供明確的連線,則會根據 DomainMachineAccountName 和 MachineAccountPassword 選項自動建立 LDAP 連線。 如果提供,將會使用此連線, DomainMachineAccountName 而且 不會使用 和 MachineAccountPassword 選項來建立 LdapConnection 。
public:
property System::DirectoryServices::Protocols::LdapConnection ^ LdapConnection { System::DirectoryServices::Protocols::LdapConnection ^ get(); void set(System::DirectoryServices::Protocols::LdapConnection ^ value); };
public System.DirectoryServices.Protocols.LdapConnection LdapConnection { get; set; }
public System.DirectoryServices.Protocols.LdapConnection? LdapConnection { get; set; }
member this.LdapConnection : System.DirectoryServices.Protocols.LdapConnection with get, set
Public Property LdapConnection As LdapConnection