The members of System.Security.AccessControl.MutexSecurity are listed below.
See Also: Inherited members from System.Security.AccessControl.NativeObjectSecurity
Initializes a new instance of the System.Security.AccessControl.MutexSecurity class with default values. | ||
Initializes a new instance of the System.Security.AccessControl.MutexSecurity class with the specified sections of the access control security rules from the system mutex with the specified name. |
[read-only] override | AccessRightType | Type.
Gets the enumeration that the System.Security.AccessControl.MutexSecurity class uses to represent access rights. |
[read-only] override | AccessRuleType | Type.
Gets the type that the System.Security.AccessControl.MutexSecurity class uses to represent access rules. |
[read-only] override | AuditRuleType | Type.
Gets the type that the System.Security.AccessControl.MutexSecurity class uses to represent audit rules. |
override | AccessRuleFactory(System.Security.Principal.IdentityReference, int, bool, InheritanceFlags, PropagationFlags, AccessControlType)
| |
AddAccessRule(MutexAccessRule)
| ||
AddAuditRule(MutexAuditRule)
| ||
override | AuditRuleFactory(System.Security.Principal.IdentityReference, int, bool, InheritanceFlags, PropagationFlags, AuditFlags)
| |
RemoveAccessRule(MutexAccessRule)
| ||
RemoveAccessRuleAll(MutexAccessRule)
| ||
RemoveAccessRuleSpecific(MutexAccessRule)
| ||
RemoveAuditRule(MutexAuditRule)
| ||
RemoveAuditRuleAll(MutexAuditRule)
| ||
RemoveAuditRuleSpecific(MutexAuditRule)
| ||
ResetAccessRule(MutexAccessRule)
| ||
SetAccessRule(MutexAccessRule)
| ||
SetAuditRule(MutexAuditRule)
|