public static interface PointToSiteConfiguration.UpdateStages.WithRevokedCertificate
| Modifier and Type | Method and Description |
|---|---|
PointToSiteConfiguration.Update |
withRevokedCertificate(String name,
String thumbprint)
Specifies revoked certificate.
|
PointToSiteConfiguration.Update withRevokedCertificate(String name, String thumbprint)
name - certificate namethumbprint - certificate thumbprint/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/