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