VpnServerConfigVpnClientRevokedCertificate Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VpnServerConfigVpnClientRevokedCertificate() |
Initializes a new instance of the VpnServerConfigVpnClientRevokedCertificate class. |
VpnServerConfigVpnClientRevokedCertificate(String, String) |
Initializes a new instance of the VpnServerConfigVpnClientRevokedCertificate class. |
VpnServerConfigVpnClientRevokedCertificate()
Initializes a new instance of the VpnServerConfigVpnClientRevokedCertificate class.
public VpnServerConfigVpnClientRevokedCertificate ();
Public Sub New ()
Applies to
VpnServerConfigVpnClientRevokedCertificate(String, String)
Initializes a new instance of the VpnServerConfigVpnClientRevokedCertificate class.
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)
Parameters
- name
- String
The certificate name.
- thumbprint
- String
The revoked VPN client certificate thumbprint.
Applies to
Azure SDK for .NET