Click or drag to resize

ISecurityDescriptor Methods


The ISecurityDescriptor type exposes the following members.

Methods
  NameDescription
Public methodAddEntry
Add a permission entry to the selected user group
Public methodAllowUser
Check if the user has the specified permission
Public methodClear
Remove all permission entries from the Security Descriptor
Public methodEntries
Retrieves the list of permissions
Public methodRemoveEntry(INodeLevelPermission)
Remove a permission entry from the Security Descriptor
Public methodRemoveEntry(IUserGroup)
Remove a user group from the Security Descriptor
Public methodRootPageId Obsolete.
Gets the root Page ID
Public methodTouch
Updated the entity's LastModified value to the current time.
(Inherited from IEntity.)
Public methodUserPermission
Get the highest available permission level of the specified user
Public methodValidateData
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.)
Public methodValidateUserPermission
Validates the user permission on the current entity. Implemented by concrete inheriting types. It is called automatically upon saving an entity.
(Inherited from IEntity.)
Top
See Also