C# Class System.Security.AccessControl.MutexAuditRule

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

Méthodes publiques

Méthode Description
MutexAuditRule ( System identity, System eventRights, System flags )
MutexAuditRule ( IdentityReference identity, MutexRights eventRights, AuditFlags flags ) : System

Private Methods

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

Method Details

MutexAuditRule() public méthode

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

MutexAuditRule() public méthode

public MutexAuditRule ( IdentityReference identity, MutexRights eventRights, AuditFlags flags ) : System
identity IdentityReference
eventRights MutexRights
flags AuditFlags
Résultat System