C# Class System.Security.AccessControl.AccessRule

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

Protected Methods

Method Description
AccessRule ( System identity, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System type )

Method Details

AccessRule() protected method

protected AccessRule ( System identity, int accessMask, bool isInherited, System inheritanceFlags, System propagationFlags, System type )
identity System
accessMask int
isInherited bool
inheritanceFlags System
propagationFlags System
type System