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