Overload List

  NameDescription
LoadSecurity()()()
Loads the permission of the CurrentPrincipal identity.
LoadSecurity(IIdentity)
Loads the permissions of the given IIdentity object.
LoadSecurity(WindowsIdentity)
Loads the permission of the given WindowsIdentity IIdentity.
LoadSecurity(String)
Loads the permissions of a user identified by the user name.
LoadSecurity(String, VGAuthenticationMode, Boolean)
Loads the permissions of a user identified by the user name by using the specified authentication mode.

See Also