C# Class System.Security.AccessControl.SemaphoreAuditRule

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

Méthodes publiques

Méthode Description
SemaphoreAuditRule ( System identity, System eventRights, System flags )
SemaphoreAuditRule ( IdentityReference identity, SemaphoreRights eventRights, AuditFlags flags ) : System

Private Methods

Méthode Description
SemaphoreAuditRule ( IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : System

Method Details

SemaphoreAuditRule() public méthode

public SemaphoreAuditRule ( System identity, System eventRights, System flags )
identity System
eventRights System
flags System

SemaphoreAuditRule() public méthode

public SemaphoreAuditRule ( IdentityReference identity, SemaphoreRights eventRights, AuditFlags flags ) : System
identity System.Security.Principal.IdentityReference
eventRights SemaphoreRights
flags AuditFlags
Résultat System