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