C# Class VaultSharp.Backends.Audit.Models.Custom.CustomAuditBackend

Represents a custom AuditBackendType based audit backend.
Inheritance: AuditBackend
Datei anzeigen Open project: rajanadar/VaultSharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CustomAuditBackend ( AuditBackendType auditBackendType ) : System.Collections.Generic

Initializes a new instance of the CustomAuditBackend class.

Method Details

CustomAuditBackend() public method

Initializes a new instance of the CustomAuditBackend class.
public CustomAuditBackend ( AuditBackendType auditBackendType ) : System.Collections.Generic
auditBackendType AuditBackendType Type of the audit backend.
return System.Collections.Generic