|
1 | 1 | #nullable enable
|
| 2 | +*REMOVED*Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider.AuthenticationStateChanged -> Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler |
| 3 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthenticationState.AuthenticationState(System.Security.Claims.ClaimsPrincipal user) -> void |
| 4 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthenticationState.User.get -> System.Security.Claims.ClaimsPrincipal |
| 5 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider.NotifyAuthenticationStateChanged(System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState> task) -> void |
| 6 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing.get -> Microsoft.AspNetCore.Components.RenderFragment |
| 7 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing.set -> void |
| 8 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized.get -> Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.Authorization.AuthenticationState> |
| 9 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized.set -> void |
| 10 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Resource.get -> object |
| 11 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Resource.set -> void |
| 12 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Policy.get -> string |
| 13 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Policy.set -> void |
| 14 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Roles.get -> string |
| 15 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Roles.set -> void |
| 16 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.Authorized.get -> Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.Authorization.AuthenticationState> |
| 17 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.Authorized.set -> void |
| 18 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.Authorizing.get -> Microsoft.AspNetCore.Components.RenderFragment |
| 19 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.Authorizing.set -> void |
| 20 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.ChildContent.get -> Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.Authorization.AuthenticationState> |
| 21 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.ChildContent.set -> void |
| 22 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.NotAuthorized.get -> Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.Authorization.AuthenticationState> |
| 23 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.NotAuthorized.set -> void |
| 24 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.Resource.get -> object |
| 25 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.Resource.set -> void |
| 26 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.IHostEnvironmentAuthenticationStateProvider.SetAuthenticationState(System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState> authenticationStateTask) -> void |
| 27 | +*REMOVED*~abstract Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider.GetAuthenticationStateAsync() -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState> |
| 28 | +*REMOVED*~abstract Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.GetAuthorizeData() -> Microsoft.AspNetCore.Authorization.IAuthorizeData[] |
| 29 | +*REMOVED*~override Microsoft.AspNetCore.Components.Authorization.AuthorizeView.GetAuthorizeData() -> Microsoft.AspNetCore.Authorization.IAuthorizeData[] |
| 30 | +*REMOVED*~override Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder) -> void |
| 31 | +*REMOVED*~override Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.OnParametersSetAsync() -> System.Threading.Tasks.Task |
| 32 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent.get -> Microsoft.AspNetCore.Components.RenderFragment |
| 33 | +*REMOVED*~Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent.set -> void |
| 34 | +Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider.AuthenticationStateChanged -> Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler? |
| 35 | +Microsoft.AspNetCore.Components.Authorization.AuthenticationState.AuthenticationState(System.Security.Claims.ClaimsPrincipal! user) -> void |
| 36 | +Microsoft.AspNetCore.Components.Authorization.AuthenticationState.User.get -> System.Security.Claims.ClaimsPrincipal! |
| 37 | +Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider.NotifyAuthenticationStateChanged(System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState!>! task) -> void |
| 38 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing.get -> Microsoft.AspNetCore.Components.RenderFragment? |
| 39 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing.set -> void |
| 40 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized.get -> Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.Authorization.AuthenticationState!>? |
| 41 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized.set -> void |
| 42 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Resource.get -> object? |
| 43 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Resource.set -> void |
| 44 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Policy.get -> string? |
| 45 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Policy.set -> void |
| 46 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Roles.get -> string? |
| 47 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Roles.set -> void |
| 48 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.Authorized.get -> Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.Authorization.AuthenticationState!>? |
| 49 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.Authorized.set -> void |
| 50 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.Authorizing.get -> Microsoft.AspNetCore.Components.RenderFragment? |
| 51 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.Authorizing.set -> void |
| 52 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.ChildContent.get -> Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.Authorization.AuthenticationState!>? |
| 53 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.ChildContent.set -> void |
| 54 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.NotAuthorized.get -> Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.Authorization.AuthenticationState!>? |
| 55 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.NotAuthorized.set -> void |
| 56 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.Resource.get -> object? |
| 57 | +Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.Resource.set -> void |
| 58 | +Microsoft.AspNetCore.Components.Authorization.IHostEnvironmentAuthenticationStateProvider.SetAuthenticationState(System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState!>! authenticationStateTask) -> void |
| 59 | +abstract Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider.GetAuthenticationStateAsync() -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState!>! |
| 60 | +abstract Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.GetAuthorizeData() -> Microsoft.AspNetCore.Authorization.IAuthorizeData![]? |
| 61 | +override Microsoft.AspNetCore.Components.Authorization.AuthorizeView.GetAuthorizeData() -> Microsoft.AspNetCore.Authorization.IAuthorizeData![]! |
| 62 | +override Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder! builder) -> void |
| 63 | +override Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.OnParametersSetAsync() -> System.Threading.Tasks.Task! |
| 64 | +Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent.get -> Microsoft.AspNetCore.Components.RenderFragment? |
| 65 | +Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent.set -> void |
0 commit comments