dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / WalletMethod Enumeration

In This Topic
    WalletMethod Enumeration
    In This Topic
    Determines the source where to get certificates for SSL connections in the Direct mode.
    Syntax
    'Declaration
     
    Public Enum WalletMethod 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    FileCertificate is obtained from an Oracle Wallet in the file system.
    MCSCertificate is obtained from Microsoft Certificate Storage.
    RegistryCertificate is obtained from an Oracle Wallet in the registry.
    Remarks
    See SSL Support in Direct Mode for more information.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Oracle.WalletMethod

    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