Table of Contents

Class CertificateRotationHostedService

Namespace
Steeltoe.Security.Authentication.Mtls
Assembly
Steeltoe.Security.Authentication.MtlsCore.dll
public class CertificateRotationHostedService : IHostedService
Inheritance
CertificateRotationHostedService
Implements
Inherited Members

Constructors

CertificateRotationHostedService(ICertificateRotationService)

public CertificateRotationHostedService(ICertificateRotationService certificateRotationService)

Parameters

certificateRotationService ICertificateRotationService

Methods

StartAsync(CancellationToken)

Triggered when the application host is ready to start the service.

public Task StartAsync(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

Indicates that the start process has been aborted.

Returns

Task

StopAsync(CancellationToken)

Triggered when the application host is performing a graceful shutdown.

public Task StopAsync(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

Indicates that the shutdown process should no longer be graceful.

Returns

Task