IdentitySpecificationTestBase<TUser,TRole,TKey>.SetupBuilder Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Setup the IdentityBuilder
protected:
override Microsoft::AspNetCore::Identity::IdentityBuilder ^ SetupBuilder(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ services, System::Object ^ context);
protected override Microsoft.AspNetCore.Identity.IdentityBuilder SetupBuilder (Microsoft.Extensions.DependencyInjection.IServiceCollection services, object context);
override this.SetupBuilder : Microsoft.Extensions.DependencyInjection.IServiceCollection * obj -> Microsoft.AspNetCore.Identity.IdentityBuilder
Protected Overrides Function SetupBuilder (services As IServiceCollection, context As Object) As IdentityBuilder
Parameters
- services
- IServiceCollection
- context
- Object