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 fileIOExceptionPointToSiteConfiguration.Update withoutAzureCertificate(String name)
name - name of the certificate/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/