LoginErrorCode Enumeration

Specifies a type of logon error for SharePoint sites that use forms-based authentication.

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 LoginErrorCode

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

Members

  Member name Description
NoError There is no error. 
NotInFormsAuthenticationMode The SharePoint site is not using forms-based authentication. 
PasswordNotMatch The password entered by the user does not match the password stored for that user. 

See Also

Reference

Authentication Web Service