CookiePolicyOptions.Secure Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Affects whether cookies must be Secure.
public:
 property Microsoft::AspNetCore::Http::CookieSecurePolicy Secure { Microsoft::AspNetCore::Http::CookieSecurePolicy get(); void set(Microsoft::AspNetCore::Http::CookieSecurePolicy value); };public Microsoft.AspNetCore.Http.CookieSecurePolicy Secure { get; set; }member this.Secure : Microsoft.AspNetCore.Http.CookieSecurePolicy with get, setPublic Property Secure As CookieSecurePolicy