Share via


LoginResult.CookieName Field

Represents the name of the cookie that is holding a user's session authentication ticket.

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

Syntax

'Declaration
Public CookieName As String
'Usage
Dim instance As LoginResult
Dim value As String

value = instance.CookieName

instance.CookieName = value
public string CookieName

Field Value

Type: System.String
A String that specifies the name of the cookie. This field can be a null reference (Nothing in Visual Basic).

Remarks

Either this field or the ErrorCode field will be a null reference (Nothing in Visual Basic).

See Also

Reference

LoginResult Structure

LoginResult Members

websvcAuthentication Namespace