summaryrefslogtreecommitdiff
path: root/.packages/microsoft.aspnetcore.app.ref/3.0.1/ref/netcoreapp3.0/Microsoft.AspNetCore.Metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to '.packages/microsoft.aspnetcore.app.ref/3.0.1/ref/netcoreapp3.0/Microsoft.AspNetCore.Metadata.xml')
-rwxr-xr-x.packages/microsoft.aspnetcore.app.ref/3.0.1/ref/netcoreapp3.0/Microsoft.AspNetCore.Metadata.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/.packages/microsoft.aspnetcore.app.ref/3.0.1/ref/netcoreapp3.0/Microsoft.AspNetCore.Metadata.xml b/.packages/microsoft.aspnetcore.app.ref/3.0.1/ref/netcoreapp3.0/Microsoft.AspNetCore.Metadata.xml
new file mode 100755
index 0000000000..2ab5cce859
--- /dev/null
+++ b/.packages/microsoft.aspnetcore.app.ref/3.0.1/ref/netcoreapp3.0/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>