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

In This Topic
    OldAuthMode Property
    In This Topic
    Allows switching the algorithm for password encryption.
    Syntax
    'Declaration
     
    Public Shared Property OldAuthMode As Boolean
    public static bool OldAuthMode {get; set;}

    Property Value

    true if the algorithm of Oracle 7 and 8 is used for password encryption; false if the algorithm corresponds to the actual server version is used for password encryption.
    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