 | ResultLoginLDAPUserAuthenticated Property |
Gets or sets whether the currently logged in user was LDAP authenticated.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic bool LDAPUserAuthenticated { get; set; }
Public Property LDAPUserAuthenticated As Boolean
Get
Set
public:
property bool LDAPUserAuthenticated {
bool get ();
void set (bool value);
}
function get LDAPUserAuthenticated () : boolean
function set LDAPUserAuthenticated (value : boolean)
function get_LDAPUserAuthenticated();
function set_LDAPUserAuthenticated(value);
Property Value
Type:
BooleanThe user LDAP authentication status.
Remarks
Users with LDAP authentication cannot have their password changed.
See Also