C# Class System.Security.AccessControl.SemaphoreAccessRule

Inheritance: AccessRule
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
SemaphoreAccessRule ( System identity, System eventRights, System type )
SemaphoreAccessRule ( string identity, System eventRights, System type )
SemaphoreAccessRule ( IdentityReference identity, SemaphoreRights eventRights, AccessControlType type ) : System
SemaphoreAccessRule ( String identity, SemaphoreRights eventRights, AccessControlType type ) : System

Private Methods

Méthode Description
SemaphoreAccessRule ( IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : System

Method Details

SemaphoreAccessRule() public méthode

public SemaphoreAccessRule ( System identity, System eventRights, System type )
identity System
eventRights System
type System

SemaphoreAccessRule() public méthode

public SemaphoreAccessRule ( string identity, System eventRights, System type )
identity string
eventRights System
type System

SemaphoreAccessRule() public méthode

public SemaphoreAccessRule ( IdentityReference identity, SemaphoreRights eventRights, AccessControlType type ) : System
identity System.Security.Principal.IdentityReference
eventRights SemaphoreRights
type AccessControlType
Résultat System

SemaphoreAccessRule() public méthode

public SemaphoreAccessRule ( String identity, SemaphoreRights eventRights, AccessControlType type ) : System
identity String
eventRights SemaphoreRights
type AccessControlType
Résultat System