Show / Hide Table of Contents

Class EncryptedPostgresConnectionParametersDto

DTO параметров подключения к базе данных PostgreSQL с зашифрованными приватными данными.

Inheritance
InheritedDto<DatabaseConnectionParametersBaseDto>
DatabaseConnectionParametersBaseDto
PostgresConnectionParametersDto
EncryptedPostgresConnectionParametersDto
Inherited Members
PostgresConnectionParametersDto.Host
PostgresConnectionParametersDto.Port
PostgresConnectionParametersDto.Database
PostgresConnectionParametersDto.Username
PostgresConnectionParametersDto.Password
DatabaseConnectionParametersBaseDto.AdditionalParameters
Namespace: Trivium.ConnectionsDto.ConnectionParameters
Assembly: Trivium.ConnectionsDto.dll
Syntax
[MessagePackFormatter(typeof(InheritanceMessagePackFormatter<EncryptedPostgresConnectionParametersDto>))]
public class EncryptedPostgresConnectionParametersDto : PostgresConnectionParametersDto
Back to top Generated by DocFX