Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Windows Identity that representing current Web site user.
Namespace: Microsoft.WindowsServerSolutions.Web.Security
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public static RemoteAccessUser Current { get; internal set; }
public:
property RemoteAccessUser^ Current {
static RemoteAccessUser^ get();
internal: static void set(RemoteAccessUser^ value);
}
Public Shared Property Current As RemoteAccessUser
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Web.Security.RemoteAccessUser
An instance of RemoteAccessUser.
See Also
RemoteAccessUser Class
Microsoft.WindowsServerSolutions.Web.Security Namespace
Return to top