Click or drag to resize

VGSecurityRuntimeLoadSecurity Method

Overload List
  NameDescription
Public methodLoadSecurity
Public methodLoadSecurity(VGToken)
Load a principal by VGToken
Public methodLoadSecurity(IIdentity)
Loads the permission of the given IIdentity object.
Public methodLoadSecurity(String)
Loads the permission of the user identified by the user name.
Public methodLoadSecurity(String, VGAuthenticationMode)
Loads the permissions of a user identified by the user name by using the specified authentication mode.
Public methodLoadSecurity(String, VGAuthenticationMode, Boolean)
Loads the permission of the given user name.
Top
See Also