Visual Guard Class Library Documentation

VGSecurityRuntime.LoadSecurity Method

Loads the permission of the GetCurrent identity.

Overload List

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);

See Also

VGSecurityRuntime Class | Novalys.VisualGuard.Security Namespace