-
Notifications
You must be signed in to change notification settings - Fork 113
/
AuthenticationStateProvider.xml
154 lines (154 loc) · 10.8 KB
/
AuthenticationStateProvider.xml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<Type Name="AuthenticationStateProvider" FullName="Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider">
<TypeSignature Language="C++ CLI" Value="public ref class AuthenticationStateProvider abstract" />
<TypeSignature Language="C#" Value="public abstract class AuthenticationStateProvider" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit AuthenticationStateProvider extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider" />
<TypeSignature Language="VB.NET" Value="Public MustInherit Class AuthenticationStateProvider" />
<TypeSignature Language="F#" Value="type AuthenticationStateProvider = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Components.Authorization</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.0.3.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>3.1.18.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute FrameworkAlternate="aspnetcore-8.0;aspnetcore-9.0">
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(0)>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
Provides information about the authentication state of the current user.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C++ CLI" Value="protected:
 AuthenticationStateProvider();" />
<MemberSignature Language="C#" Value="protected AuthenticationStateProvider ();" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider.#ctor" />
<MemberSignature Language="VB.NET" Value="Protected Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Components.Authorization</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AuthenticationStateChanged">
<MemberSignature Language="C++ CLI" Value="public:
 event Microsoft::AspNetCore::Components::Authorization::AuthenticationStateChangedHandler ^ AuthenticationStateChanged;" />
<MemberSignature Language="C#" Value="public event Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler AuthenticationStateChanged;" FrameworkAlternate="aspnetcore-3.0;aspnetcore-3.1;aspnetcore-5.0" />
<MemberSignature Language="ILAsm" Value=".event class Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler AuthenticationStateChanged" />
<MemberSignature Language="DocId" Value="E:Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider.AuthenticationStateChanged" />
<MemberSignature Language="VB.NET" Value="Public Custom Event AuthenticationStateChanged As AuthenticationStateChangedHandler " FrameworkAlternate="aspnetcore-3.0;aspnetcore-3.1" />
<MemberSignature Language="F#" Value="member this.AuthenticationStateChanged : Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler " Usage="member this.AuthenticationStateChanged : Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler " />
<MemberSignature Language="VB.NET" Value="Public Event AuthenticationStateChanged As AuthenticationStateChangedHandler " FrameworkAlternate="aspnetcore-5.0;aspnetcore-6.0;aspnetcore-7.0;aspnetcore-8.0;aspnetcore-9.0" />
<MemberSignature Language="C#" Value="public event Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler? AuthenticationStateChanged;" FrameworkAlternate="aspnetcore-6.0;aspnetcore-7.0;aspnetcore-8.0;aspnetcore-9.0" />
<MemberType>Event</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Components.Authorization</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>
An event that provides notification when the <see cref="T:Microsoft.AspNetCore.Components.Authorization.AuthenticationState" />
has changed. For example, this event may be raised if a user logs in or out.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAuthenticationStateAsync">
<MemberSignature Language="C++ CLI" Value="public:
 abstract System::Threading::Tasks::Task<Microsoft::AspNetCore::Components::Authorization::AuthenticationState ^> ^ GetAuthenticationStateAsync();" />
<MemberSignature Language="C#" Value="public abstract System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState> GetAuthenticationStateAsync ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.AspNetCore.Components.Authorization.AuthenticationState> GetAuthenticationStateAsync() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider.GetAuthenticationStateAsync" />
<MemberSignature Language="VB.NET" Value="Public MustOverride Function GetAuthenticationStateAsync () As Task(Of AuthenticationState)" />
<MemberSignature Language="F#" Value="abstract member GetAuthenticationStateAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState>" Usage="authenticationStateProvider.GetAuthenticationStateAsync " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Components.Authorization</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState></ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Asynchronously gets an <see cref="T:Microsoft.AspNetCore.Components.Authorization.AuthenticationState" /> that describes the current user.
</summary>
<returns>A task that, when resolved, gives an <see cref="T:Microsoft.AspNetCore.Components.Authorization.AuthenticationState" /> instance that describes the current user.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NotifyAuthenticationStateChanged">
<MemberSignature Language="C++ CLI" Value="protected:
 void NotifyAuthenticationStateChanged(System::Threading::Tasks::Task<Microsoft::AspNetCore::Components::Authorization::AuthenticationState ^> ^ task);" />
<MemberSignature Language="C#" Value="protected void NotifyAuthenticationStateChanged (System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState> task);" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig instance void NotifyAuthenticationStateChanged(class System.Threading.Tasks.Task`1<class Microsoft.AspNetCore.Components.Authorization.AuthenticationState> task) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider.NotifyAuthenticationStateChanged(System.Threading.Tasks.Task{Microsoft.AspNetCore.Components.Authorization.AuthenticationState})" />
<MemberSignature Language="VB.NET" Value="Protected Sub NotifyAuthenticationStateChanged (task As Task(Of AuthenticationState))" />
<MemberSignature Language="F#" Value="member this.NotifyAuthenticationStateChanged : System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState> -> unit" Usage="authenticationStateProvider.NotifyAuthenticationStateChanged task" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Components.Authorization</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="task" Type="System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState>" />
</Parameters>
<Docs>
<param name="task">A <see cref="T:System.Threading.Tasks.Task" /> that supplies the updated <see cref="T:Microsoft.AspNetCore.Components.Authorization.AuthenticationState" />.</param>
<summary>
Raises the <see cref="E:Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider.AuthenticationStateChanged" /> event.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>