C# Class System.Security.AccessControl.AuthorizationRule

Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Protected Methods

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

Method Details

AuthorizationRule() protected method

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