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).