dotConnect for Adobe Commerce Documentation
Devart.Data.Identity Namespace / AuthenticationProvider Class / IsSupported Method

In This Topic
    IsSupported Method (AuthenticationProvider)
    In This Topic
    Syntax
    'Declaration
     
    Public MustOverride Function IsSupported( _
       ByVal authenticationType As String _
    ) As Boolean
    public abstract bool IsSupported( 
       string authenticationType
    )

    Parameters

    authenticationType
    See Also