dotConnect for Adobe Commerce Documentation
Devart.Data.Identity Namespace / IAuthenticationProvider Interface / IsRequired Method

In This Topic
    IsRequired Method (IAuthenticationProvider)
    In This Topic
    Syntax
    'Declaration
     
    Function IsRequired( _
       ByVal connection As DbConnection _
    ) As Boolean
    bool IsRequired( 
       DbConnection connection
    )

    Parameters

    connection
    See Also