Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents personal information that is associated with a user account.
Namespace: Microsoft.WindowsServerSolutions.Web.Security
Assembly: Wssg.Web (in Wssg.Web.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Web.Security.PersonalInformation
Syntax
public class PersonalInformation
public ref class PersonalInformation
Public Class PersonalInformation
Constructors
Name | Description | |
---|---|---|
![]() |
PersonalInformation() | Initializes a new instance of the PersonalInformation class. |
Properties
Name | Description | |
---|---|---|
![]() |
AccountName | Gets the name of the user account. |
![]() |
FirstName | Gets the first name that is associated with the user account. |
![]() |
LastName | Gets the last name that is associated with the user account. |
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