Checks If Custom authentication mode supported or not.

Namespace: Novalys.VisualGuard.Security.WinForm
Assembly: Novalys.VisualGuard.Security.WinForm (in Novalys.VisualGuard.Security.WinForm.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public bool IsCustomAuthenticationModeSupported(
	string customAuthenticationModeName
)
Visual Basic
Public Function IsCustomAuthenticationModeSupported ( 
	customAuthenticationModeName As String
) As Boolean

Parameters

customAuthenticationModeName
Type: System..::..String

Return Value

Type: Boolean
returns true if custom authentication mode is supported else returns false

See Also