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

In This Topic
    AdvancedSecurity Property
    In This Topic
    Enables or disables Oracle Advanced Security in the Direct mode.
    Syntax
    'Declaration
     
    Public Shared Property AdvancedSecurity As Boolean
    public static bool AdvancedSecurity {get; set;}

    Property Value

    true if the Advanced Security is enabled for Direct mode connections; false otherwise.
    Remarks
    See Oracle documentation for more information.
    See Also