Partager via


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)

Inheritance Hierarchy

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

Syntax

public class RemoteAccessUser : IDisposable
public ref class RemoteAccessUser : IDisposable
Public Class RemoteAccessUser
    Implements IDisposable

Properties

Name Description
System_CAPS_pubproperty AccountName

Returns the name of the user account.

System_CAPS_pubproperty BackingAccountName

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

System_CAPS_pubproperty BackingIdentity

Gets the Windows Identity for the user account.

System_CAPS_pubpropertySystem_CAPS_static Current

Gets the Windows Identity that representing current Web site user.

System_CAPS_pubproperty FirstName

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

System_CAPS_pubproperty FullName

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

System_CAPS_pubproperty IdentityName

Gets the name that is used for Windows Identity.

System_CAPS_pubpropertySystem_CAPS_static IsUserLoggedOn

Indicates whether the user account is logged on.

System_CAPS_pubproperty LastName

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

System_CAPS_pubproperty LogonName

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

Methods

Name Description
System_CAPS_pubmethod Dispose()

Releases the resources used by the component.

System_CAPS_protmethod Dispose(Boolean)

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

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

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

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Impersonate()

Impersonates a Windows user that corresponds to the current user.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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