UserInformation Class
Represents user account information.
Namespace: Microsoft.WindowsServerSolutions.Web.Security
Assembly: Wssg.Web (in Wssg.Web.dll)
System.Object
Microsoft.WindowsServerSolutions.Web.Security.UserInformation
public class UserInformation
public ref class UserInformation
Public Class UserInformation
Name | Description | |
---|---|---|
UserInformation() | Initializes a new instance of the UserInformation class. |
Name | Description | |
---|---|---|
BackingIdentity | Gets the WindowsIdentity object. |
|
PersonalInfo | Gets the PersonalInformation object. |
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.) |
This class supports the infrastructure and is not intended to be used directly from your code.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft.WindowsServerSolutions.Web.Security Namespace
Return to top