CookieOptions Class

 

Options used to create a new cookie.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

System::Object
  Microsoft.Owin::CookieOptions

public ref class CookieOptions 

NameDescription
System_CAPS_pubmethodCookieOptions()

Creates a default cookie with a path of '/'.

NameDescription
System_CAPS_pubpropertyDomain

Gets or sets the domain to associate the cookie with.

System_CAPS_pubpropertyExpires

Gets or sets the expiration date and time for the cookie.

System_CAPS_pubpropertyHttpOnly

Gets or sets a value that indicates whether a cookie is accessible by client-side script.

System_CAPS_pubpropertyPath

Gets or sets the cookie path.

System_CAPS_pubpropertySecure

Gets or sets a value that indicates whether to transmit the cookie using Secure Sockets Layer (SSL)—that is, over HTTPS only.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: