Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines the domain used to create the cookie. Is not provided by default.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
public string CookieDomain { get; set; }
public:
property String^ CookieDomain {
String^ get();
void set(String^ value);
}
member CookieDomain : string with get, set
Public Property CookieDomain As String
Property Value
Type: System.String
Returns String.
See Also
CookieAuthenticationOptions Class
Microsoft.Owin.Security.Cookies Namespace
Return to top