7 references to AuthenticationMode
Microsoft.VisualBasic.Forms (7)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (7)
139Me.New(AuthenticationMode.Windows) 146Public Sub New(authenticationMode As AuthenticationMode) 155If authenticationMode = AuthenticationMode.Windows Then 522Private Shared Sub ValidateAuthenticationModeEnumValue(value As AuthenticationMode, paramName As String) 523If value < AuthenticationMode.Windows OrElse value > AuthenticationMode.ApplicationDefined Then 524Throw New InvalidEnumArgumentException(paramName, value, GetType(AuthenticationMode))