dotnet-api-diff

Microsoft.AspNetCore.DataProtection.Internal

 namespace Microsoft.AspNetCore.DataProtection.Internal {
     public interface IActivator {
         object CreateInstance(Type expectedBaseType, string implementationTypeName);
     }
 }