public class VpnServerConfigVpnClientRevokedCertificate extends Object
| Constructor and Description |
|---|
VpnServerConfigVpnClientRevokedCertificate() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the certificate name.
|
String |
thumbprint()
Get the revoked VPN client certificate thumbprint.
|
VpnServerConfigVpnClientRevokedCertificate |
withName(String name)
Set the certificate name.
|
VpnServerConfigVpnClientRevokedCertificate |
withThumbprint(String thumbprint)
Set the revoked VPN client certificate thumbprint.
|
public VpnServerConfigVpnClientRevokedCertificate()
public String name()
public VpnServerConfigVpnClientRevokedCertificate withName(String name)
name - the name value to setpublic String thumbprint()
public VpnServerConfigVpnClientRevokedCertificate withThumbprint(String thumbprint)
thumbprint - the thumbprint value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/