public class VpnServerConfigRadiusClientRootCertificate extends Object
| Constructor and Description |
|---|
VpnServerConfigRadiusClientRootCertificate() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the certificate name.
|
String |
thumbprint()
Get the Radius client root certificate thumbprint.
|
VpnServerConfigRadiusClientRootCertificate |
withName(String name)
Set the certificate name.
|
VpnServerConfigRadiusClientRootCertificate |
withThumbprint(String thumbprint)
Set the Radius client root certificate thumbprint.
|
public VpnServerConfigRadiusClientRootCertificate()
public String name()
public VpnServerConfigRadiusClientRootCertificate withName(String name)
name - the name value to setpublic String thumbprint()
public VpnServerConfigRadiusClientRootCertificate 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.
*/