Share via


AuditProvider Class

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Diagnostics.Audit.AuditProvider

Namespace:  Microsoft.Exchange.Diagnostics.Audit
Assembly:  Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public MustInherit Class AuditProvider
'Usage
Dim instance As AuditProvider
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public abstract class AuditProvider

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.