CertificateTrustConfigurationCallbackAnnotation Properties
Class Properties 1 member
An annotation that indicates a resource wants to manage how custom certificate trust is configured.
Gets the callback to invoke to populate or modify the certificate authority collection.
public Func<CertificateTrustConfigurationCallbackAnnotationContext, Task> Callback { get; }