LoginResult structure

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

Namespace:  WebSvcAuthentication
Assembly:  STSSOAP (in STSSOAP.dll)

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

WebSvcAuthentication namespace

Other resources

Authentication, authorization, and security in SharePoint 2013

ASP.NET Authentication