Partager via


RemoteAccessUser.Current Property

 

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