ContainerFileSystemCallbackHttpsCertificateContext Properties
Class Properties 4 members
Represents the context for server authentication certificate files in a
ContainerFileSystemCallbackContext. A reference expression that resolves to the path to the server authentication certificate file inside the container. Use GetValueAsync to resolve the path.
public ReferenceExpression CertificatePath { get; init; } A reference expression that resolves to the path to the server authentication key file inside the container. Use GetValueAsync to resolve the path.
public ReferenceExpression KeyPath { get; init; } The password for the server authentication key inside the container or null if no password is required.
public string? Password { get; init; } A reference expression that resolves to the path to the server authentication PFX file inside the container. Use GetValueAsync to resolve the path.
public ReferenceExpression PfxPath { get; init; }