Overload List

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

See Also