Service container holding all application service instances.
All services are lazily instantiated on first access and cached for reuse. The container manages the dependency graph and ensures proper initialization order.
Readonly
Configuration service for app settings
Logger instance
ECC cryptographic provider
PKI service for key/CSR operations
Service container holding all application service instances.
Remarks
All services are lazily instantiated on first access and cached for reuse. The container manages the dependency graph and ensures proper initialization order.