dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / DirectUtils Class / WalletMethod Property

In This Topic
    WalletMethod Property
    In This Topic
    Determines where to take SSL certificate for SSL connections from in the Direct mode. Ignored if OracleConnectionStringBuilder.SslCert connection string parameter is set for the connection.
    Syntax
    'Declaration
     
    Public Shared Property WalletMethod As WalletMethod
    public static WalletMethod WalletMethod {get; set;}

    Property Value

    One of the WalletMethod values.
    Remarks
    See SSL Support in Direct Mode for more information.
    See Also