Click or drag to resize

VGSecurityManagerLoadSecurity Method

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 memberCode exampleLoadSecurity(WindowsIdentity)
Loads the permission of the given WindowsIdentity IIdentity.
Public methodStatic memberCode exampleLoadSecurity(String)
Loads the permissions of a user identified by the user name.
Public methodStatic memberCode exampleLoadSecurity(String, VGAuthenticationMode, Boolean)
Loads the permissions of a user identified by the user name by using the specified authentication mode.
Top
See Also