aspnetcore/src/Microsoft.AspNetCore.Authen.../breakingchanges.netcore.json

116 lines
5.1 KiB
JSON

[
{
"TypeId": "public abstract class Microsoft.AspNetCore.Authentication.AuthenticationHandler<T0> : Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler where T0 : Microsoft.AspNetCore.Builder.AuthenticationOptions",
"Kind": "Removal"
},
{
"TypeId": "public abstract class Microsoft.AspNetCore.Authentication.AuthenticationMiddleware<T0> where T0 : Microsoft.AspNetCore.Builder.AuthenticationOptions, new()",
"Kind": "Removal"
},
{
"TypeId": "public abstract class Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler<T0> : Microsoft.AspNetCore.Authentication.AuthenticationHandler<T0> where T0 : Microsoft.AspNetCore.Builder.RemoteAuthenticationOptions",
"Kind": "Removal"
},
{
"TypeId": "public abstract class Microsoft.AspNetCore.Builder.AuthenticationOptions",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.AspNetCore.Authentication.AuthenticateResult",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.AspNetCore.Authentication.AuthenticationTicket",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.AspNetCore.Authentication.AuthenticationToken",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.AspNetCore.Authentication.ClaimsTransformationContext",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.AspNetCore.Authentication.ClaimsTransformationHandler : Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.AspNetCore.Authentication.ClaimsTransformationMiddleware",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.AspNetCore.Authentication.ClaimsTransformer : Microsoft.AspNetCore.Authentication.IClaimsTransformer",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.AspNetCore.Authentication.PropertiesDataFormat : Microsoft.AspNetCore.Authentication.SecureDataFormat<Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties>",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.AspNetCore.Authentication.PropertiesSerializer : Microsoft.AspNetCore.Authentication.IDataSerializer<Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties>",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.AspNetCore.Authentication.RemoteAuthenticationEvents : Microsoft.AspNetCore.Authentication.IRemoteAuthenticationEvents",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.AspNetCore.Authentication.SharedAuthenticationOptions",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.AspNetCore.Builder.ClaimsTransformationOptions",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.AspNetCore.Builder.RemoteAuthenticationOptions : Microsoft.AspNetCore.Builder.AuthenticationOptions",
"Kind": "Removal"
},
{
"TypeId": "public interface Microsoft.AspNetCore.Authentication.IClaimsTransformer",
"Kind": "Removal"
},
{
"TypeId": "public interface Microsoft.AspNetCore.Authentication.IRemoteAuthenticationEvents",
"Kind": "Removal"
},
{
"TypeId": "public static class Microsoft.AspNetCore.Authentication.AuthenticationTokenExtensions",
"Kind": "Removal"
},
{
"TypeId": "public static class Microsoft.AspNetCore.Builder.ClaimsTransformationAppBuilderExtensions",
"Kind": "Removal"
},
{
"TypeId": "public static class Microsoft.Extensions.DependencyInjection.AuthenticationServiceCollectionExtensions",
"MemberId": "public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddAuthentication(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action<Microsoft.AspNetCore.Authentication.SharedAuthenticationOptions> configureOptions)",
"Kind": "Removal"
},
{
"TypeId": "public abstract class Microsoft.AspNetCore.Authentication.BaseContext",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.AspNetCore.Authentication.BaseControlContext : Microsoft.AspNetCore.Authentication.BaseContext",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.AspNetCore.Authentication.FailureContext : Microsoft.AspNetCore.Authentication.BaseControlContext",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.AspNetCore.Authentication.TicketReceivedContext : Microsoft.AspNetCore.Authentication.BaseControlContext",
"Kind": "Removal"
},
{
"TypeId": "public static class Microsoft.Extensions.DependencyInjection.AuthenticationServiceCollectionExtensions",
"MemberId": "public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddAuthentication(this Microsoft.Extensions.DependencyInjection.IServiceCollection services)",
"Kind": "Removal"
},
{
"TypeId": "public enum Microsoft.AspNetCore.Authentication.EventResultState",
"Kind": "Removal"
}
]