System.Security.AccessControl.SemaphoreAccessRule.SemaphoreAccessRule C# (CSharp) Méthode

SemaphoreAccessRule() public méthode

public SemaphoreAccessRule ( String identity, SemaphoreRights eventRights, AccessControlType type ) : System
identity String
eventRights SemaphoreRights
type AccessControlType
Résultat System
        public SemaphoreAccessRule(String identity, SemaphoreRights eventRights, AccessControlType type)
            : this(new NTAccount(identity), (int)eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
        {
        }

Same methods

SemaphoreAccessRule::SemaphoreAccessRule ( System identity, System eventRights, System type )
SemaphoreAccessRule::SemaphoreAccessRule ( string identity, System eventRights, System type )
SemaphoreAccessRule::SemaphoreAccessRule ( IdentityReference identity, SemaphoreRights eventRights, AccessControlType type ) : System
SemaphoreAccessRule::SemaphoreAccessRule ( IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : System
SemaphoreAccessRule