Provides the ability to control access to objects without direct manipulation of Access Control Lists (ACLs); also grants the ability to type-cast access rights.
See Also: ObjectSecurity<T> Members
- T
- Documentation for this section has not yet been entered.
Access rights (permissions) are type T, which you can type-cast to or from an int. For example, you can cast a System.Security.AccessControl.FileSystemRights as the access rights type, and then use the instance normally. In contrast, System.Security.AccessControl.ObjectSecurity always takes access rights of type int.