System.Security.AccessControl.MutexSecurity: Method Members

The methods of System.Security.AccessControl.MutexSecurity are listed below. For a list of all members, see the MutexSecurity Members list.

See Also: Inherited members from System.Security.AccessControl.NativeObjectSecurity

Public Methods

override
AccessRuleFactory(System.Security.Principal.IdentityReference, int, bool, InheritanceFlags, PropagationFlags, AccessControlType) : AccessRule

Creates a new access control rule for the specified user, with the specified access rights, access control, and flags.

AddAccessRule(MutexAccessRule)

Searches for a matching access control rule with which the new rule can be merged. If none are found, adds the new rule.

AddAuditRule(MutexAuditRule)

Searches for an audit rule with which the new rule can be merged. If none are found, adds the new rule.

override
AuditRuleFactory(System.Security.Principal.IdentityReference, int, bool, InheritanceFlags, PropagationFlags, AuditFlags) : AuditRule

Creates a new audit rule, specifying the user the rule applies to, the access rights to audit, and the outcome that triggers the audit rule.

RemoveAccessRule(MutexAccessRule) : bool

Searches for an access control rule with the same user and System.Security.AccessControl.AccessControlType (allow or deny) as the specified rule, and with compatible inheritance and propagation flags; if such a rule is found, the rights contained in the specified access rule are removed from it.

RemoveAccessRuleAll(MutexAccessRule)

Searches for all access control rules with the same user and System.Security.AccessControl.AccessControlType (allow or deny) as the specified rule and, if found, removes them.

RemoveAccessRuleSpecific(MutexAccessRule)

Searches for an access control rule that exactly matches the specified rule and, if found, removes it.

RemoveAuditRule(MutexAuditRule) : bool

Searches for an audit control rule with the same user as the specified rule, and with compatible inheritance and propagation flags; if a compatible rule is found, the rights contained in the specified rule are removed from it.

RemoveAuditRuleAll(MutexAuditRule)

Searches for all audit rules with the same user as the specified rule and, if found, removes them.

RemoveAuditRuleSpecific(MutexAuditRule)

Searches for an audit rule that exactly matches the specified rule and, if found, removes it.

ResetAccessRule(MutexAccessRule)

Removes all access control rules with the same user as the specified rule, regardless of System.Security.AccessControl.AccessControlType, and then adds the specified rule.

SetAccessRule(MutexAccessRule)

Removes all access control rules with the same user and System.Security.AccessControl.AccessControlType (allow or deny) as the specified rule, and then adds the specified rule.

SetAuditRule(MutexAuditRule)

Removes all audit rules with the same user as the specified rule, regardless of the System.Security.AccessControl.AuditFlags value, and then adds the specified rule.