你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VpnServerConfigVpnClientRevokedCertificate 构造函数

定义

重载

VpnServerConfigVpnClientRevokedCertificate()

初始化 VpnServerConfigVpnClientRevokedCertificate 类的新实例。

VpnServerConfigVpnClientRevokedCertificate(String, String)

初始化 VpnServerConfigVpnClientRevokedCertificate 类的新实例。

VpnServerConfigVpnClientRevokedCertificate()

初始化 VpnServerConfigVpnClientRevokedCertificate 类的新实例。

public VpnServerConfigVpnClientRevokedCertificate();
Public Sub New ()

适用于

VpnServerConfigVpnClientRevokedCertificate(String, String)

初始化 VpnServerConfigVpnClientRevokedCertificate 类的新实例。

public VpnServerConfigVpnClientRevokedCertificate(string name = default, string thumbprint = default);
new Microsoft.Azure.Management.Network.Models.VpnServerConfigVpnClientRevokedCertificate : string * string -> Microsoft.Azure.Management.Network.Models.VpnServerConfigVpnClientRevokedCertificate
Public Sub New (Optional name As String = Nothing, Optional thumbprint As String = Nothing)

参数

name
String

证书名称。

thumbprint
String

吊销的 VPN 客户端证书指纹。

适用于