次の方法で共有


ContainerFileSystemCallbackHttpsCertificateContext Class

Definition

Represents the context for server authentication certificate files in a ContainerFileSystemCallbackContext.

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

Constructors

Name Description
ContainerFileSystemCallbackHttpsCertificateContext()

Properties

Name Description
CertificatePath

A reference expression that resolves to the path to the server authentication certificate file inside the container. Use GetValueAsync to resolve the path.

KeyPath

A reference expression that resolves to the path to the server authentication key file inside the container. Use GetValueAsync to resolve the path.

Password

The password for the server authentication key inside the container or null if no password is required.

PfxPath

A reference expression that resolves to the path to the server authentication PFX file inside the container. Use GetValueAsync to resolve the path.

Applies to