System.Security.AccessControl.ObjectSecurity<T> Class

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

Syntax

public abstract class struct ObjectSecurity<T> : NativeObjectSecurity
where T : struct

Type Parameters

T
Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0