CertificateAuthorityCollectionAnnotation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An annotation that indicates a resource is referencing a certificate authority collection.
public sealed class CertificateAuthorityCollectionAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type CertificateAuthorityCollectionAnnotation = class
interface IResourceAnnotation
Public NotInheritable Class CertificateAuthorityCollectionAnnotation
Implements IResourceAnnotation
- Inheritance
-
CertificateAuthorityCollectionAnnotation
- Implements
Constructors
| CertificateAuthorityCollectionAnnotation() |
Properties
| CertificateAuthorityCollections |
Gets the CertificateAuthorityCollection that is being referenced. |
| Scope |
Gets a value indicating whether the resource should attempt to override its default CA trust behavior in favor of the provided certificates (not all resources will support this). |
| TrustDeveloperCertificates |
Gets a value indicating whether platform developer certificates should be considered trusted. |