Interface IAuditSink
Namespace: DotBoxD.Kernels.Bindings
Assembly: DotBoxD.Kernels.dll
public interface IAuditSinkProperties
Section titled “Properties”EventsWritten
Section titled “ EventsWritten”long EventsWritten { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”HasBindingAuditSince(BindingDescriptor, long, bool, SandboxErrorCode?, SandboxRunId, string, string)
Section titled “ HasBindingAuditSince(BindingDescriptor, long, bool, SandboxErrorCode?, SandboxRunId, string, string)”bool HasBindingAuditSince(BindingDescriptor descriptor, long checkpoint, bool success, SandboxErrorCode? expectedErrorCode, SandboxRunId runId, string moduleHash, string policyHash)Parameters
Section titled “Parameters”descriptor BindingDescriptor
checkpoint long
success bool
expectedErrorCode SandboxErrorCode?
runId SandboxRunId
moduleHash string
policyHash string
Returns
Section titled “Returns”Write(SandboxAuditEvent)
Section titled “ Write(SandboxAuditEvent)”void Write(SandboxAuditEvent auditEvent)Parameters
Section titled “Parameters”auditEvent SandboxAuditEvent