SessionAffinityCookieConfig.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.
public Microsoft.AspNetCore.Http.CookieSecurePolicy? SecurePolicy { get; init; }
member this.SecurePolicy : Nullable<Microsoft.AspNetCore.Http.CookieSecurePolicy> with get, set
Public Property SecurePolicy As Nullable(Of CookieSecurePolicy)
Property Value
Remarks
Defaults to None.