Click or drag to resize

VGHttpModule Methods

The VGHttpModule type exposes the following members.

Methods
  NameDescription
Public methodAuthenticate
Authenticates a user for the specified HttpContext.
Public methodDispose
Releases all resources, other than memory, used by the VGHttpModule
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetSecurityRuntime
Gets the current VGSecurityRuntime used to secure the current request.
Public methodGetType (Inherited from Object.)
Public methodInit
Initializes the VGHttpModule object.
Public methodLoadSecurity(HttpContext, WindowsIdentity)
Loads the permissions of the given WindowsIdentity.
Public methodLoadSecurity(HttpContext, String, VGAuthenticationMode, Boolean)
Loads the permissions of a user for the specified HttpContext.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also