OracleConfiguration Secure Connection Properties

OracleConfigurationSecure Connection properties are listed in Table 7-32.

Table 7-32 OracleConfiguration Secure Connection Properties

Property Description

SqlNetAuthenticationServices

Enables one or more authentication services, such as TCP/IP with SSL

SqlNetEncryptionClient

Specifies the encryption client behavior

SqlNetEncryptionTypesClient

Specifies encryption algorithms that the client can use

SqlNetCryptoChecksumClient

Specifies the checksum client behavior

SqlNetCryptoChecksumTypesClient

Specifies the crypto-checksum algorithms the client can use

SqlNetWalletOverride

Specifies whether the client overrides the strong authentication credential with the stored wallet password credential for the database connection

SqlnetURI

Specifies the WebSocket universal resource identifier

SSLServerDNMatch

Enforces the database server distinguished name (DN) matches its service name

SSLVersion

Enforces the connection to use a specific SSL/TLS version

WalletLocation

Specifies the location of wallets

SqlnetURI

This property specifies the WebSocket universal resource identifier.

Declaration

// C#
public static string SqlnetURI { get; set; }

Property Type

System.String

This property is Request-URI of the HTTP GET method. It identifies the endpoint of the WebSocket connection, both to allow multiple domains to be served from one IP address and to allow multiple WebSocket endpoints to be served by a single server.

When setting the URI in unmanaged ODP.NET, it cannot begin with a forward slash character. For managed ODP.NET and ODP.NET Core, the forward slash at the beginning of the URI is optional.

Default value is sqlnet.