C# (CSharp) VaultSharp.Backends.Audit.Models.File Namespace

Сlasses

Name Description
FileAuditBackend Represents the AuditBackendType.File based audit backend. This audit backend writes audit logs to a file. This is a very simple audit backend: it appends logs to a file. It does not currently assist with any log rotation.
FileAuditBackendOptions Represents the options for the FileAuditBackend.