LoginResult Structure

Represents the results of a logon attempt on a SharePoint site that uses forms-based authentication.

Namespace:  [Authentication Web service]
Web service reference: http://Site/_vti_bin/Authentication.asmx

Syntax

'Declaration
<SerializableAttribute> _
Public Structure LoginResult
'Usage
Dim instance As LoginResult
[SerializableAttribute]
public struct LoginResult

Remarks

There is no public constructor for this structure. To get a reference to a LoginResult object, call Login.

Each object of this structure has a a null reference (Nothing in Visual Basic) reference for one and only one of its two fields.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LoginResult Members

Authentication Web Service

Other Resources

Authorization and Authentication

ASP.NET Authentication