Share via


SessionAffinityCookieConfig.SecurePolicy Property

Definition

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.

Applies to