Loads the permission of the CurrentPrincipal identity.
Loads the permission of the CurrentPrincipal identity.
public static VGAuthorizationState LoadSecurity();
Loads the permissions of the given IIdentity object.
public static VGAuthorizationState LoadSecurity(IIdentity);
Loads the permission of the given WindowsIdentity IIdentity.
public static VGAuthorizationState LoadSecurity(WindowsIdentity);
Loads the permissions of a user identified by the user name.
public static VGAuthorizationState LoadSecurity(String);
Loads the permissions of a user identified by the user name by using the specified authentication mode.
public static VGAuthorizationState LoadSecurity(String,VGAuthenticationMode,Boolean);
VGSecurityManager Class | Novalys.VisualGuard.Security Namespace | PermissionsLoading