LdapSettings.LdapConnection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The LdapConnection to be used to retrieve role claims. If no explicit connection is provided, an LDAP connection will be automatically created based on the Domain, MachineAccountName and MachineAccountPassword options. If provided, this connection will be used and the Domain, MachineAccountName and MachineAccountPassword options will not be used to create the 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