summaryrefslogtreecommitdiff
path: root/.packages/microsoft.aspnetcore.app.ref/3.0.1/ref/netcoreapp3.0/Microsoft.AspNetCore.Metadata.xml
blob: 2ab5cce859c4d6ba9856e834dd8d82a8c07dfb82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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>