Skip to content
Docs Try Aspire

ContainerFileSystemCallbackHttpsCertificateContext

Class sealed net10.0
📦 Aspire.Hosting v13.1.2
Represents the context for server authentication certificate files in a ContainerFileSystemCallbackContext.
namespace Aspire.Hosting.ApplicationModel;
public sealed class ContainerFileSystemCallbackHttpsCertificateContext
{
// ...
}
View all constructors
CertificatePathget; 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; init
string?
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.
View all properties