CookieBuilder.SecurePolicy 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.
The policy that will be used to determine Secure. This is determined from the HttpContext passed to Build(HttpContext, DateTimeOffset).
public:
virtual property Microsoft::AspNetCore::Http::CookieSecurePolicy SecurePolicy { Microsoft::AspNetCore::Http::CookieSecurePolicy get(); void set(Microsoft::AspNetCore::Http::CookieSecurePolicy value); };
public virtual Microsoft.AspNetCore.Http.CookieSecurePolicy SecurePolicy { get; set; }
member this.SecurePolicy : Microsoft.AspNetCore.Http.CookieSecurePolicy with get, set
Public Overridable Property SecurePolicy As CookieSecurePolicy