HttpsCertificateConfigurationCallbackAnnotationContext
Handle
interface HttpsCertificateConfigurationCallbackAnnotationContext { readonly arguments: CommandLineArgsEditor; readonly cancellationToken: cancellationToken; readonly certificatePath: ReferenceExpression; readonly certificateWithKeyPath: ReferenceExpression; readonly environment: EnvironmentEditor; readonly executionContext: DistributedApplicationExecutionContext; readonly keyPath: ReferenceExpression; readonly pfxPath: ReferenceExpression; readonly resource: IResource;}9 members
Properties
property
argumentsCommandLineArgsEditorgetGets the editor used to manipulate the command-line arguments in polyglot callbacks.
property
cancellationTokencancellationTokengetGets the `CancellationToken` that can be used to cancel the operation.
property
certificatePathReferenceExpressiongetA value provider that will resolve to a path to the certificate file.
property
certificateWithKeyPathReferenceExpressiongetA value provider that will resolve to a path to the certificate and key concatenated together in PEM format.
property
environmentEnvironmentEditorgetGets the editor used to set environment variables in polyglot callbacks.
property
executionContextDistributedApplicationExecutionContextgetGets the `DistributedApplicationExecutionContext` for this session.
property
keyPathReferenceExpressiongetA value provider that will resolve to a path to the private key for the certificate.
property
pfxPathReferenceExpressiongetA value provider that will resolve to a path to a PFX file for the key pair.
property
resourceIResourcegetGets the resource to which the annotation is applied.