UserInformation Class
Represents user account information.
Namespace: Microsoft.WindowsServerSolutions.Web.Security
Assembly: Wssg.Web (in Wssg.Web.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Web.Security.UserInformation
Syntax
public class UserInformation
public ref class UserInformation
Public Class UserInformation
Constructors
Name | Description | |
---|---|---|
UserInformation() | Initializes a new instance of the UserInformation class. |
Properties
Name | Description | |
---|---|---|
BackingIdentity | Gets the WindowsIdentity object. |
|
PersonalInfo | Gets the PersonalInformation object. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Remarks
This class supports the infrastructure and is not intended to be used directly from your code.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Web.Security Namespace
Return to top