RemoteAuthenticationOptions.CorrelationCookie Property

Definition

Determines the settings used to create the correlation cookie before the cookie gets added to the response.

public:
 property Microsoft::AspNetCore::Http::CookieBuilder ^ CorrelationCookie { Microsoft::AspNetCore::Http::CookieBuilder ^ get(); void set(Microsoft::AspNetCore::Http::CookieBuilder ^ value); };
public Microsoft.AspNetCore.Http.CookieBuilder CorrelationCookie { get; set; }
member this.CorrelationCookie : Microsoft.AspNetCore.Http.CookieBuilder with get, set
Public Property CorrelationCookie As CookieBuilder

Property Value

CookieBuilder

Applies to