Share via


LdapDirectoryAccountStore.LdapServerName Property

 

Gets or sets the host name to use for LDAP network requests. This property must be null for Active Directory.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public string LdapServerName { get; set; }
public:
property String^ LdapServerName {
    String^ get();
    void set(String^ value);
}
member LdapServerName : string with get, set
Public Property LdapServerName As String

Property Value

Type: System.String

The host name to use for LDAP network requests. This property must be null for Active Directory.

See Also

LdapDirectoryAccountStore Class
System.Web.Security.SingleSignOn Namespace

Return to top