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.
    See Also