AuthenticationType Property
In This Topic
Specifies the type of authentication to use for this provider.
Syntax
'Declaration
Public Property AuthenticationType As Integer
public int AuthenticationType {get; set;}
public:
property int AuthenticationType {
int get();
void set ( int value);
}
See Also