HttpsCertificateConfigurationCallbackAnnotationContext Class

Definition

Context provided to a HttpsCertificateConfigurationCallbackAnnotation callback.

public sealed class HttpsCertificateConfigurationCallbackAnnotationContext
type HttpsCertificateConfigurationCallbackAnnotationContext = class
Public NotInheritable Class HttpsCertificateConfigurationCallbackAnnotationContext
Inheritance
HttpsCertificateConfigurationCallbackAnnotationContext

Constructors

Name Description
HttpsCertificateConfigurationCallbackAnnotationContext()

Properties

Name Description
Arguments

Gets the command line arguments associated with the callback context. Values can be either a string or a path value provider such as CertificatePath or KeyPath.

CancellationToken

Gets the CancellationToken that can be used to cancel the operation.

CertificatePath

A value provider that will resolve to a path to the certificate file.

EnvironmentVariables

Gets the environment variables required to configure a certificate key pair for the resource. The dictionary key is the environment variable name; the value can be either a string or a path value provider such as CertificatePath or KeyPath.

ExecutionContext

Gets the DistributedApplicationExecutionContext for this session.

KeyPath

A value provider that will resolve to a path to the private key for the certificate.

Password

A value provider that will resolve to the password for the private key, if applicable.

PfxPath

A value provider that will resolve to a path to a PFX file for the key pair.

Resource

Gets the resource to which the annotation is applied.

Applies to