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 | |
---|---|---|
AccountName | Returns the name of the user account. |
|
BackingAccountName | Returns the user name of the Windows Identity that backs the current user account. |
|
BackingIdentity | Gets the Windows Identity for the user account. |
|
Current | Gets the Windows Identity that representing current Web site user. |
|
FirstName | Gets the first name that is associated with the user account. |
|
FullName | Gets the full name that is associated with the user account. |
|
IdentityName | Gets the name that is used for Windows Identity. |
|
IsUserLoggedOn | Indicates whether the user account is logged on. |
|
LastName | Gets the last name that is associated with the user account. |
|
LogonName | Gets the name of the user account that was used to log on. |
Methods
Name | Description | |
---|---|---|
Dispose() | Releases the resources used by the component. |
|
Dispose(Boolean) | Releases the unmanaged resources used by the RemoteAccessUser and optionally releases the managed resources. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | Releases unmanaged resources and performs other cleanup operations before the RemoteAccessUser object is reclaimed by garbage collection.(Overrides Object.Finalize().) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
Impersonate() | Impersonates a Windows user that corresponds to the current user. |
|
MemberwiseClone() | (Inherited from Object.) |
|
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