public static interface PointToSiteConfiguration.UpdateStages.WithAzureCertificate
| Modifier and Type | Method and Description |
|---|---|
PointToSiteConfiguration.Update |
withAzureCertificate(String name,
String certificateData)
Specifies that Azure certificate authentication type will be used and certificate to use for Azure
authentication.
|
PointToSiteConfiguration.Update |
withAzureCertificateFromFile(String name,
File certificateFile)
Specifies that azure certificate authentication type will be used and certificate to use for Azure
authentication.
|
PointToSiteConfiguration.Update |
withoutAzureCertificate(String name)
Removes attached azure certificate with specified name.
|
PointToSiteConfiguration.Update withAzureCertificate(String name, String certificateData)
name - name of certificatecertificateData - the certificate public dataPointToSiteConfiguration.Update withAzureCertificateFromFile(String name, File certificateFile) throws IOException
name - name of certificatecertificateFile - public Base64-encoded certificate fileIOException - the IO ExceptionPointToSiteConfiguration.Update withoutAzureCertificate(String name)
name - name of the certificateCopyright © 2021 Microsoft Corporation. All rights reserved.