C# Class System.Security.AccessControl.ObjectAccessRule

Inheritance: AccessRule
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Protected Methods

Method Description
ObjectAccessRule ( System identity, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System objectType, System inheritedObjectType, System type )

Method Details

ObjectAccessRule() protected method

protected ObjectAccessRule ( System identity, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System objectType, System inheritedObjectType, System type )
identity System
accessMask int
isInherited bool
inheritanceFlags System
propagationFlags System
objectType System
inheritedObjectType System
type System