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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also