Allows to select the default authentication mode for the dialog box

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 VGAuthenticationMode SelectedAuthenticationMode { get; set; }
Visual Basic
Public Property SelectedAuthenticationMode As VGAuthenticationMode
	Get
	Set

Property Value

Type: VGAuthenticationMode

Exceptions

ExceptionCondition
System..::..ArgumentExceptionthe selected mode is not supported by the dialog box (SupportedAuthenticationModes property).

See Also