AuditFlags Enumeration
.NET Framework (current version)
Specifies the conditions for auditing attempts to access a securable object.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| Failure | Failed access attempts are to be audited. | |
| None | No access attempts are to be audited. | |
| Success | Successful access attempts are to be audited. |
.NET Framework
Available since 2.0
Available since 2.0
Show: