Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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