7 references to AuthenticationMode
Microsoft.VisualBasic.Forms (7)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (7)
137Me.New(AuthenticationMode.Windows) 144Public Sub New(authenticationMode As AuthenticationMode) 153If authenticationMode = AuthenticationMode.Windows Then 1015Friend Shared Sub ValidateAuthenticationModeEnumValue(value As AuthenticationMode, paramName As String) 1016If value < AuthenticationMode.Windows OrElse value > AuthenticationMode.ApplicationDefined Then 1017Throw New InvalidEnumArgumentException(paramName, value, GetType(AuthenticationMode))