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 ref class UserInformation 

NameDescription
System_CAPS_pubmethodUserInformation()

Initializes a new instance of the UserInformation class.

NameDescription
System_CAPS_pubpropertyBackingIdentity

Gets the WindowsIdentity object.

System_CAPS_pubpropertyPersonalInfo

Gets the PersonalInformation object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: