SecurityChangedNotification Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SecurityChangedNotification(Guid, IEnumerable<TokenRename>) | Constructor for creating a SecurityChangeNotification for the RenameToken call. | |
SecurityChangedNotification(Guid, List<AccessControlList>) | Constructor for creating a SecurityChangeNotification for the SetAccessControlLists call. | |
SecurityChangedNotification(Guid, List<String>, Boolean) | Constructor for creating a SecurityChangeNotification for the RemoveAccessControlLists call. | |
SecurityChangedNotification(Guid, String, Boolean) | Constructor for creating a SecurityChangeNotification for the SetInheritFlag call. | |
SecurityChangedNotification(Guid, String, List<IdentityDescriptor>) | Constructor for creating a SecurityChangeNotification for the RemovePermissions call. | |
SecurityChangedNotification(Guid, String, IdentityDescriptor, Int32) | Constructor for creating a SecurityChangeNotification for the RemoveExplicitPermissions call. | |
SecurityChangedNotification(Guid, String, List<AccessControlEntry>, Boolean) | Constructor for creating a SecurityChangeNotification for the SetPermissions call. | |
SecurityChangedNotification(Guid, String, String, Boolean) | Constructor for creating a SecurityChangeNotification for the RenameToken call. |
Top