Partager via


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
System_CAPS_pubmethod UserInformation()

Initializes a new instance of the UserInformation class.

Properties

Name Description
System_CAPS_pubproperty BackingIdentity

Gets the WindowsIdentity object.

System_CAPS_pubproperty PersonalInfo

Gets the PersonalInformation object.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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