Skip to main content

Cookie Class

Abblix.Oidc.Server

Abblix.Oidc.Server.Common

Represents an HTTP cookie along with its options.

public record Cookie : System.IEquatable<Abblix.Oidc.Server.Common.Cookie>

Inheritance System.Object → Cookie

Implements System.IEquatable<Cookie>

Constructors

Cookie(string, CookieOptions) Constructor

Represents an HTTP cookie along with its options.

public Cookie(string Name, Abblix.Oidc.Server.Common.CookieOptions Options);

Parameters

Name System.String

Options CookieOptions