Share via


LdapDirectoryAccountStore.LdapPort Property

 

Gets or sets the port number to use for LDAP network requests. Defaults to 389. 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 int LdapPort { get; set; }
public:
property int LdapPort {
    int get();
    void set(int value);
}
member LdapPort : int with get, set
Public Property LdapPort As Integer

Property Value

Type: System.Int32

The port number to use for LDAP network requests.

See Also

LdapDirectoryAccountStore Class
System.Web.Security.SingleSignOn Namespace

Return to top