IWithAzureCertificate<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |