Share via


LdapDirectoryAccountStore.LdapUsernameAttrib Property

 

Gets or sets the name of the LDAP attribute which contains the user name of authenticating users.

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

Syntax

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

Property Value

Type: System.String

The name of the LDAP attribute which contains the user name of authenticating users.

See Also

LdapDirectoryAccountStore Class
System.Web.Security.SingleSignOn Namespace

Return to top