My Project 1.0
Open Source Encrypted Vault Storage
|
Properties | |
record | CredentialType |
CredentialType represents a set of login credentials, including URL, username, password, and optional notes. | |
record | NoteType |
NoteType represents a simple text note with a title and content. | |
record | FileType |
FileType represents a file with its name, extension, and size. |
Definition at line 9 of file VaultModels.cs.
record ignivault.Shared.Models.VaultModels.CredentialType |
CredentialType represents a set of login credentials, including URL, username, password, and optional notes.
Definition at line 14 of file VaultModels.cs.
record ignivault.Shared.Models.VaultModels.FileType |
FileType represents a file with its name, extension, and size.
Definition at line 34 of file VaultModels.cs.
record ignivault.Shared.Models.VaultModels.NoteType |
NoteType represents a simple text note with a title and content.
Definition at line 25 of file VaultModels.cs.