AuthenticationMode Enumeration

Specifies a user authentication mode.

Namespace:  websvcAuthentication
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration AuthenticationMode
'Usage
Dim instance As AuthenticationMode
[SerializableAttribute]
public enum AuthenticationMode

Members

Member name Description
None An unspecified authentication mode.
Windows The Windows authentication mode.
Passport The Microsoft Windows Live ID authentication mode (formerly known as "Passport" authentication).
Forms The Microsoft ASP.NET 2.0 forms-based authentication mode.

Remarks

websvcAuthentication.AuthenticationMode is identical to System.Web.Configuration.AuthenticationMode.

See Authorization and Authentication for an overview of authentication modes.

See Also

Reference

websvcAuthentication Namespace

Other Resources

Authorization and Authentication