Condividi tramite


IWithAzureCertificate<ParentT> Interface

Definition

The stage of the point-to-site configuration definition allowing to add root certificate for Azure authentication.

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

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithAzureCertificate(String, String)

Specifies that Azure certificate authentication type will be used and certificate to use for Azure authentication.

WithAzureCertificateFromFile(String, FileInfo)

Specifies that Azure certificate authentication type will be used and certificate to use for Azure authentication.

Applies to