RemoteAccessUser Class

 

Represents information about the user account that is using Remote Web Access.

Namespace:   Microsoft.WindowsServerSolutions.Web.Security
Assembly:  Wssg.Web (in Wssg.Web.dll)

System::Object
  Microsoft.WindowsServerSolutions.Web.Security::RemoteAccessUser

public ref class RemoteAccessUser : IDisposable

NameDescription
System_CAPS_pubpropertyAccountName

Returns the name of the user account.

System_CAPS_pubpropertyBackingAccountName

Returns the user name of the Windows Identity that backs the current user account.

System_CAPS_pubpropertyBackingIdentity

Gets the Windows Identity for the user account.

System_CAPS_pubpropertySystem_CAPS_staticCurrent

Gets the Windows Identity that representing current Web site user.

System_CAPS_pubpropertyFirstName

Gets the first name that is associated with the user account.

System_CAPS_pubpropertyFullName

Gets the full name that is associated with the user account.

System_CAPS_pubpropertyIdentityName

Gets the name that is used for Windows Identity.

System_CAPS_pubpropertySystem_CAPS_staticIsUserLoggedOn

Indicates whether the user account is logged on.

System_CAPS_pubpropertyLastName

Gets the last name that is associated with the user account.

System_CAPS_pubpropertyLogonName

Gets the name of the user account that was used to log on.

NameDescription
System_CAPS_pubmethodDispose()

Releases the resources used by the component.

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the RemoteAccessUser and optionally releases the managed resources.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

Releases unmanaged resources and performs other cleanup operations before the RemoteAccessUser object is reclaimed by garbage collection.(Overrides Object::Finalize().)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodImpersonate()

Impersonates a Windows user that corresponds to the current user.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: