KpokPatagonBuilderExtensions

Extension methods to register services with dependency injection.

Namespace:
KpokPatagon.DependencyInjection
Type:
Class
Public:
Yes
Protected:
No
Sealed:
Yes
Abstract:
Yes

Methods

AddCryptographer

Add a ICryptographer implemented by Cryptographer. This method also configures the options required by the cryptography service.

Signature:
public IKpokPatagonBuilder AddCryptographer(builder)
Parameters
Name Type Summary
builder IKpokPatagonBuilder

AddParameterConfigurationService

Adds an IParameterConfigurationService as singleton instance of ParameterConfigurationService.

Signature:
public IKpokPatagonBuilder AddParameterConfigurationService(builder)
Parameters
Name Type Summary
builder IKpokPatagonBuilder