AuthenticationMode Enumeration

Specifies a user authentication mode.

Web Service: AuthenticationWeb Reference: http://<Site>/_vti_bin/Authentication.asmx

Syntax

<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/sharepoint/soap/")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Enumeration AuthenticationMode

Dim instance As AuthenticationMode
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public enum AuthenticationMode

Members

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

Remarks

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

See Authorization and Authentication for an overview of authentication modes.

See Also

Reference

Authentication Web Service

Other Resources

Authorization and Authentication