System.Security.AccessControl.SemaphoreSecurity.SemaphoreSecurity C# (CSharp) Method

SemaphoreSecurity() public method

public SemaphoreSecurity ( )
        public SemaphoreSecurity()
            : base(default(bool), default(System.Security.AccessControl.ResourceType))
        {
        }

Same methods

SemaphoreSecurity::SemaphoreSecurity ( string name, System includeSections )
SemaphoreSecurity::SemaphoreSecurity ( ) : System
SemaphoreSecurity::SemaphoreSecurity ( SafeWaitHandle handle, AccessControlSections includeSections ) : System
SemaphoreSecurity::SemaphoreSecurity ( String name, AccessControlSections includeSections ) : System