7 references to AuthenticationMode
Microsoft.VisualBasic.Forms (7)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (7)
133Me.New(AuthenticationMode.Windows) 140Public Sub New(authenticationMode As AuthenticationMode) 149If authenticationMode = AuthenticationMode.Windows Then 1004Friend Shared Sub ValidateAuthenticationModeEnumValue(value As AuthenticationMode, paramName As String) 1005If value < AuthenticationMode.Windows OrElse value > AuthenticationMode.ApplicationDefined Then 1006Throw New InvalidEnumArgumentException(paramName, value, GetType(AuthenticationMode))