OpenIdConnectOptions.NonceCookie 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.
Determines the settings used to create the nonce cookie before the cookie gets added to the response.
public:
 property Microsoft::AspNetCore::Http::CookieBuilder ^ NonceCookie { Microsoft::AspNetCore::Http::CookieBuilder ^ get(); void set(Microsoft::AspNetCore::Http::CookieBuilder ^ value); };public Microsoft.AspNetCore.Http.CookieBuilder NonceCookie { get; set; }member this.NonceCookie : Microsoft.AspNetCore.Http.CookieBuilder with get, setPublic Property NonceCookie As CookieBuilderProperty Value
Remarks
The value of Name is treated as the prefix to the cookie name, and defaults to CookieNoncePrefix.
- SameSite defaults to None.
-  HttpOnly defaults to true.
-  IsEssential defaults to true.
- SecurePolicy defaults to Always.