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