Class CertificateServiceCollectionExtensions
Inheritance
System.Object
CertificateServiceCollectionExtensions
Namespace: Steeltoe.Common.Certificates
Assembly: Steeltoe.Common.Certificates.dll
Syntax
public static class CertificateServiceCollectionExtensions : object
Methods
| Edit this page View SourceConfigureCertificateOptions(IServiceCollection, String)
Binds certificate paths in configuration to CertificateOptions for use with client certificates.
Declaration
public static IServiceCollection ConfigureCertificateOptions(this IServiceCollection services, string certificateName)
Parameters
Type | Name | Description |
---|---|---|
IServiceCollection | services | The |
System.String | certificateName | Name of the certificate used in configuration and IOptions, or |
Returns
Type | Description |
---|---|
IServiceCollection | The incoming |