summaryrefslogtreecommitdiff
path: root/Tools/dotnetcli/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cookiepolicy/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/dotnetcli/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cookiepolicy/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.xml')
-rw-r--r--Tools/dotnetcli/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cookiepolicy/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.xml58
1 files changed, 58 insertions, 0 deletions
diff --git a/Tools/dotnetcli/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cookiepolicy/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.xml b/Tools/dotnetcli/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cookiepolicy/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.xml
new file mode 100644
index 0000000000..7062250f0b
--- /dev/null
+++ b/Tools/dotnetcli/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cookiepolicy/2.0.1/lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.xml
@@ -0,0 +1,58 @@
+<?xml version="1.0"?>
+<doc>
+ <assembly>
+ <name>Microsoft.AspNetCore.CookiePolicy</name>
+ </assembly>
+ <members>
+ <member name="T:Microsoft.AspNetCore.Builder.CookiePolicyAppBuilderExtensions">
+ <summary>
+ Extension methods to add cookie policy capabilities to an HTTP application pipeline.
+ </summary>
+ </member>
+ <member name="M:Microsoft.AspNetCore.Builder.CookiePolicyAppBuilderExtensions.UseCookiePolicy(Microsoft.AspNetCore.Builder.IApplicationBuilder)">
+ <summary>
+ Adds the <see cref="T:Microsoft.AspNetCore.CookiePolicy.CookiePolicyMiddleware"/> handler to the specified <see cref="T:Microsoft.AspNetCore.Builder.IApplicationBuilder"/>, which enables cookie policy capabilities.
+ </summary>
+ <param name="app">The <see cref="T:Microsoft.AspNetCore.Builder.IApplicationBuilder"/> to add the handler to.</param>
+ <returns>A reference to this instance after the operation has completed.</returns>
+ </member>
+ <member name="M:Microsoft.AspNetCore.Builder.CookiePolicyAppBuilderExtensions.UseCookiePolicy(Microsoft.AspNetCore.Builder.IApplicationBuilder,Microsoft.AspNetCore.Builder.CookiePolicyOptions)">
+ <summary>
+ Adds the <see cref="T:Microsoft.AspNetCore.CookiePolicy.CookiePolicyMiddleware"/> handler to the specified <see cref="T:Microsoft.AspNetCore.Builder.IApplicationBuilder"/>, which enables cookie policy capabilities.
+ </summary>
+ <param name="app">The <see cref="T:Microsoft.AspNetCore.Builder.IApplicationBuilder"/> to add the handler to.</param>
+ <param name="options">A <see cref="T:Microsoft.AspNetCore.Builder.CookiePolicyOptions"/> that specifies options for the handler.</param>
+ <returns>A reference to this instance after the operation has completed.</returns>
+ </member>
+ <member name="T:Microsoft.AspNetCore.Builder.CookiePolicyOptions">
+ <summary>
+ Provides programmatic configuration for the <see cref="T:Microsoft.AspNetCore.CookiePolicy.CookiePolicyMiddleware"/>.
+ </summary>
+ </member>
+ <member name="P:Microsoft.AspNetCore.Builder.CookiePolicyOptions.MinimumSameSitePolicy">
+ <summary>
+ Affects the cookie's same site attribute.
+ </summary>
+ </member>
+ <member name="P:Microsoft.AspNetCore.Builder.CookiePolicyOptions.HttpOnly">
+ <summary>
+ Affects whether cookies must be HttpOnly.
+ </summary>
+ </member>
+ <member name="P:Microsoft.AspNetCore.Builder.CookiePolicyOptions.Secure">
+ <summary>
+ Affects whether cookies must be Secure.
+ </summary>
+ </member>
+ <member name="P:Microsoft.AspNetCore.Builder.CookiePolicyOptions.OnAppendCookie">
+ <summary>
+ Called when a cookie is appended.
+ </summary>
+ </member>
+ <member name="P:Microsoft.AspNetCore.Builder.CookiePolicyOptions.OnDeleteCookie">
+ <summary>
+ Called when a cookie is deleted.
+ </summary>
+ </member>
+ </members>
+</doc>