C# Класс System.Security.AccessControl.MutexAuditRule

Наследование: AuditRule
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MutexAuditRule ( System identity, System eventRights, System flags )
MutexAuditRule ( IdentityReference identity, MutexRights eventRights, AuditFlags flags ) : System

Приватные методы

Метод Описание
MutexAuditRule ( IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : System

Описание методов

MutexAuditRule() публичный Метод

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

MutexAuditRule() публичный Метод

public MutexAuditRule ( IdentityReference identity, MutexRights eventRights, AuditFlags flags ) : System
identity IdentityReference
eventRights MutexRights
flags AuditFlags
Результат System