WebUserAuthenticationType Property |
Authentication type.
Default type is 0, which corresponds to Form Autentication. Currently this is the only type handled.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public int AuthenticationType { get; set; }
Public Property AuthenticationType As Integer
Get
Set
public:
property int AuthenticationType {
int get ();
void set (int value);
}
member AuthenticationType : int with get, set
Property Value
Type:
Int32See Also