Class CertificateRotationService
Inheritance
System.Object
CertificateRotationService
Implements
Namespace: Steeltoe.Common.Security
Assembly: Steeltoe.Common.Security.dll
Syntax
public class CertificateRotationService : IDisposable, ICertificateRotationService
Constructors
| Edit this page View SourceCertificateRotationService(IOptionsMonitor<CertificateOptions>)
Declaration
public CertificateRotationService(IOptionsMonitor<CertificateOptions> optionsMonitor)
Parameters
Type | Name | Description |
---|---|---|
IOptionsMonitor<CertificateOptions> | optionsMonitor |
Methods
| Edit this page View SourceDispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Start()
Declaration
public void Start()