Condividi tramite


IWithCertificate Interface

Definition

An app service certificate definition allowing PFX certificate file to be set.

public interface IWithCertificate
type IWithCertificate = interface
Public Interface IWithCertificate
Derived

Methods

WithExistingCertificateOrder(IAppServiceCertificateOrder)

Specifies the app service certificate.

WithPfxByteArray(Byte[])

Specifies the PFX byte array to upload.

WithPfxFile(String)

Specifies the PFX certificate file to upload.

WithPfxFileFromUrl(String)

Specifies the PFX file from a URL.

Applies to