LoginErrorCode enumeration
Specifies a type of logon error for SharePoint sites that use forms-based authentication.
Namespace: WebSvcAuthentication
Assembly: STSSOAP (in STSSOAP.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration LoginErrorCode
'Usage
Dim instance As LoginErrorCode
[SerializableAttribute]
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. |