T
TJS
this line will not compile in my code class
Dim Secure As SecurityType = SecurityType.Insecure
throws an error:
Type 'SecurityType' is not defined
my imports are:
Imports System
Imports System.Configuration
Imports System.Web
Imports system.security
what am I missing ????
Dim Secure As SecurityType = SecurityType.Insecure
throws an error:
Type 'SecurityType' is not defined
my imports are:
Imports System
Imports System.Configuration
Imports System.Web
Imports system.security
what am I missing ????