DataProtectionStartup.ConfigureServices(IServiceCollection) 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.
Configures services used by the Data Protection system.
public:
virtual void ConfigureServices(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ services);
public virtual void ConfigureServices (Microsoft.Extensions.DependencyInjection.IServiceCollection services);
abstract member ConfigureServices : Microsoft.Extensions.DependencyInjection.IServiceCollection -> unit
override this.ConfigureServices : Microsoft.Extensions.DependencyInjection.IServiceCollection -> unit
Public Overridable Sub ConfigureServices (services As IServiceCollection)
Parameters
- services
- IServiceCollection
A mutable collection of services.
Remarks
Developers may override this method to change the default behaviors of the Data Protection system.