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 forms-based authentication mode.

Remarks

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

See Authentication, authorization, and security in SharePoint 2013 for an overview of authentication modes.

Important

Microsoft SharePoint Foundation 2010 does not support Windows Live ID authentication.

See also

Reference

WebSvcAuthentication namespace

Other resources

Authentication, authorization, and security in SharePoint 2013