Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 396 Bytes

api-diffs_Microsoft.AspNetCore.Authentication.Internal.md

File metadata and controls

12 lines (10 loc) · 396 Bytes

Microsoft.AspNetCore.Authentication.Internal

 namespace Microsoft.AspNetCore.Authentication.Internal {
     public class RequestPathBaseCookieBuilder : CookieBuilder {
         public RequestPathBaseCookieBuilder();
         protected virtual string AdditionalPath { get; }
         public override CookieOptions Build(HttpContext context, DateTimeOffset expiresFrom);
     }
 }