summaryrefslogtreecommitdiff
path: root/.dotnet/packs/Microsoft.AspNetCore.App.Ref/3.1.0/ref/netcoreapp3.1/Microsoft.AspNetCore.Metadata.xml
diff options
context:
space:
mode:
authorGleb Balykov <g.balykov@samsung.com>2020-03-10 19:22:08 +0300
committerGleb Balykov <g.balykov@samsung.com>2020-03-25 15:29:17 +0300
commite8fc07ce861be7a724e642dddee9023b2be7b0bb (patch)
treed2c6f7e28c4494d84af36345ded81c52bb63e02f /.dotnet/packs/Microsoft.AspNetCore.App.Ref/3.1.0/ref/netcoreapp3.1/Microsoft.AspNetCore.Metadata.xml
parentc5d3d752260383fbed72ba2b4d86d82fea673c76 (diff)
downloadcoreclr-e8fc07ce861be7a724e642dddee9023b2be7b0bb.tar.gz
coreclr-e8fc07ce861be7a724e642dddee9023b2be7b0bb.tar.bz2
coreclr-e8fc07ce861be7a724e642dddee9023b2be7b0bb.zip
[Tizen] Add BuildTools v3.1.3
Diffstat (limited to '.dotnet/packs/Microsoft.AspNetCore.App.Ref/3.1.0/ref/netcoreapp3.1/Microsoft.AspNetCore.Metadata.xml')
-rwxr-xr-x.dotnet/packs/Microsoft.AspNetCore.App.Ref/3.1.0/ref/netcoreapp3.1/Microsoft.AspNetCore.Metadata.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/.dotnet/packs/Microsoft.AspNetCore.App.Ref/3.1.0/ref/netcoreapp3.1/Microsoft.AspNetCore.Metadata.xml b/.dotnet/packs/Microsoft.AspNetCore.App.Ref/3.1.0/ref/netcoreapp3.1/Microsoft.AspNetCore.Metadata.xml
new file mode 100755
index 0000000000..2ab5cce859
--- /dev/null
+++ b/.dotnet/packs/Microsoft.AspNetCore.App.Ref/3.1.0/ref/netcoreapp3.1/Microsoft.AspNetCore.Metadata.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<doc>
+ <assembly>
+ <name>Microsoft.AspNetCore.Metadata</name>
+ </assembly>
+ <members>
+ <member name="T:Microsoft.AspNetCore.Authorization.IAllowAnonymous">
+ <summary>
+ Marker interface to allow access to anonymous users.
+ </summary>
+ </member>
+ <member name="T:Microsoft.AspNetCore.Authorization.IAuthorizeData">
+ <summary>
+ Defines the set of data required to apply authorization rules to a resource.
+ </summary>
+ </member>
+ <member name="P:Microsoft.AspNetCore.Authorization.IAuthorizeData.Policy">
+ <summary>
+ Gets or sets the policy name that determines access to the resource.
+ </summary>
+ </member>
+ <member name="P:Microsoft.AspNetCore.Authorization.IAuthorizeData.Roles">
+ <summary>
+ Gets or sets a comma delimited list of roles that are allowed to access the resource.
+ </summary>
+ </member>
+ <member name="P:Microsoft.AspNetCore.Authorization.IAuthorizeData.AuthenticationSchemes">
+ <summary>
+ Gets or sets a comma delimited list of schemes from which user information is constructed.
+ </summary>
+ </member>
+ </members>
+</doc>