dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder Class / SslWalletPath Property

In This Topic
    SslWalletPath Property (OracleConnectionStringBuilder)
    In This Topic
    Determines the location of the Oracle Wallet to get a certificate for connecting to Oracle in the Direct mode.
    Syntax
    'Declaration
     
    Public Property SslWalletPath As String
    public string SslWalletPath {get; set;}

    Property Value

    If WalletMethod is set to WalletMethod.File, a path to the wallet file. If WalletMethod is set to WalletMethod.File, a path to the wallet registry key or the DEFAULT keyword.
    Remarks
    See SSL/TLS Support in Direct Mode for more information.
    See Also