IdentitySpecificationTestBase<TUser,TRole,TKey>.SetupIdentityServices 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.
Configure the service collection used for tests.
protected:
override void SetupIdentityServices(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ services, System::Object ^ context);
protected override void SetupIdentityServices (Microsoft.Extensions.DependencyInjection.IServiceCollection services, object context);
override this.SetupIdentityServices : Microsoft.Extensions.DependencyInjection.IServiceCollection * obj -> unit
Protected Overrides Sub SetupIdentityServices (services As IServiceCollection, context As Object)
Parameters
- services
- IServiceCollection
- context
- Object