ContainerFileSystemCallbackHttpsCertificateContext
Class sealed net10.0
Represents the context for server authentication certificate files in a
ContainerFileSystemCallbackContext. namespace Aspire.Hosting.ApplicationModel;
public sealed class ContainerFileSystemCallbackHttpsCertificateContext{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesCertificatePathget; init A reference expression that resolves to the path to the server authentication certificate file inside the container. Use GetValueAsync to resolve the path.
KeyPathget; init A reference expression that resolves to the path to the server authentication key file inside the container. Use GetValueAsync to resolve the path.
Passwordget; initstring? The password for the server authentication key inside the container or null if no password is required.
PfxPathget; init A reference expression that resolves to the path to the server authentication PFX file inside the container. Use GetValueAsync to resolve the path.