Show / Hide Table of Contents

Class EncryptedOracleConnectionParametersDto

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

Inheritance
InheritedDto<DatabaseConnectionParametersBaseDto>
DatabaseConnectionParametersBaseDto
OracleConnectionParametersDto
EncryptedOracleConnectionParametersDto
Inherited Members
OracleConnectionParametersDto.DataSource
OracleConnectionParametersDto.UserId
OracleConnectionParametersDto.Password
DatabaseConnectionParametersBaseDto.AdditionalParameters
Namespace: Trivium.ConnectionsDto.ConnectionParameters
Assembly: Trivium.ConnectionsDto.dll
Syntax
[MessagePackFormatter(typeof(InheritanceMessagePackFormatter<EncryptedOracleConnectionParametersDto>))]
public class EncryptedOracleConnectionParametersDto : OracleConnectionParametersDto
Back to top Generated by DocFX