IWithData<ParentT> Interface

Definition

The stage of an SSL certificate definition allowing to specify the contents of the SSL certificate.

public interface IWithData<ParentT>
type IWithData<'ParentT> = interface
Public Interface IWithData(Of ParentT)

Type Parameters

ParentT

The stage of the parent application gateway to return to after attaching.

Derived

Methods

WithKeyVaultSecretId(String)

Sepecifies the content of the private key using key vault.

WithPfxFromBytes(Byte[])

Specifies the contents of the private key in the PFX (PKCS#12) format, not base64-encoded.

WithPfxFromFile(FileInfo)

Specifies the PFX (PKCS#12) file to get the private key content from.

Applies to