This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class ActiveDirectoryUser |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class ActiveDirectoryUser |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
ActiveDirectoryUser |
Initializes a new instance of the ActiveDirectoryUser class.
|
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
CommonName |
The user's common name
|
|
DisplayName |
The user's diplay name
|
|
The user's email
|
||
IsUpdated |
Gets or sets a value indicating whether the account information (in the database) have been updated.
|
|
SID |
The SID (Security Identifier) uniquely identifies the user
on all (Active or Novell) Directory implementations
|
|
UserId |
Gets or sets the Smartsite User Id.
|
|
UserName |
User name
|
See Also
Smartsite.Security Namespace