Click or drag to resize

VGAuditingInstance Class

Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.MembershipVGAuditingInstance

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public sealed class VGAuditingInstance

The VGAuditingInstance type exposes the following members.

Properties
  NameDescription
Public propertyRuntime
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHierarchicalItems
Gets whole hierarchy of permission for auditing purpose.
Public methodGetPermission
Public methodGetPermissions
This method returns permissions contained by VGIPermissionAuditSupported object. (VGMembershipUser, VGGroup, VGRole, VGPermissionSet) 1) permissions contained by user. (result will be a combination of user's permissions and user's groups' permissions, depending on authorization) 2) permissions contained by group. (result will be a combination of group's permission and ancestor groups' permissions, depending on authorization) 3) permissions contained by role. (result will be a combination of role's permission and role's permissionset's permission) 4) permissions contained by permissionset. (result will be a combination of permissionset's granted permissions and permissionset's sub permissionsets' granted permissions.)
Public methodGetRolesTree(VGIPrincipal, ListVGApplication, ListVGContextualGroup)
This method returns Tree of roles for user based on provided applications list and contextual groups list.
Public methodGetRolesTree(VGMembershipUser, ListVGApplication, ListVGContextualGroup)
This method returns Tree of roles for user based on provided applications list and contextual groups list.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also