Visual Guard Class Library Documentation

VGHttpModule.LoadSecurity Method

Loads the permissions of the given WindowsIdentity.

Overload List

Loads the permissions of the given WindowsIdentity.

public VGAuthorizationState LoadSecurity(HttpContext,WindowsIdentity);

Loads the permissions of a user for the specified HttpContext.

public VGAuthorizationState LoadSecurity(HttpContext,String,VGAuthenticationMode,Boolean);

See Also

VGHttpModule Class | Novalys.VisualGuard.Security.WebForm Namespace