Share via


CertificateTrustConfigurationCallbackAnnotation Class

Definition

An annotation that indicates a resource wants to manage how custom certificate trust is configured.

public sealed class CertificateTrustConfigurationCallbackAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type CertificateTrustConfigurationCallbackAnnotation = class
    interface IResourceAnnotation
Public NotInheritable Class CertificateTrustConfigurationCallbackAnnotation
Implements IResourceAnnotation
Inheritance
CertificateTrustConfigurationCallbackAnnotation
Implements

Constructors

CertificateTrustConfigurationCallbackAnnotation(Func<CertificateTrustConfigurationCallbackAnnotationContext,Task>)

An annotation that indicates a resource wants to manage how custom certificate trust is configured.

Properties

Callback

Gets the callback to invoke to populate or modify the certificate authority collection.

Applies to