public static interface PointToSiteConfiguration.UpdateStages.WithAuthenticationType extends PointToSiteConfiguration.UpdateStages.WithAzureCertificate
| Modifier and Type | Method and Description |
|---|---|
PointToSiteConfiguration.Update |
withRadiusAuthentication(String serverIPAddress,
String serverSecret)
Specifies that RADIUS authentication type will be used.
|
withAzureCertificate, withAzureCertificateFromFile, withoutAzureCertificatePointToSiteConfiguration.Update withRadiusAuthentication(String serverIPAddress, String serverSecret)
serverIPAddress - the radius server addressserverSecret - the radius server secret/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/