CertificateTrustConfigurationCallbackAnnotation Constructors
Class Constructors 1 member
An annotation that indicates a resource wants to manage how custom certificate trust is configured.
Constructor(Func<CertificateTrustConfigurationCallbackAnnotationContext, Task>) Section titled Constructor(Func<CertificateTrustConfigurationCallbackAnnotationContext, Task>) An annotation that indicates a resource wants to manage how custom certificate trust is configured.
public sealed class CertificateTrustConfigurationCallbackAnnotation{ public CertificateTrustConfigurationCallbackAnnotation( Func<CertificateTrustConfigurationCallbackAnnotationContext, Task> callback) { // ... }}Parameters
callback Func<CertificateTrustConfigurationCallbackAnnotationContext, Task> The callback used to customize certificate trust for the resource.