VpnClientParameters Class
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.
Vpn Client Parameters for package generation.
public class VpnClientParameters
type VpnClientParameters = class
Public Class VpnClientParameters
- Inheritance
-
VpnClientParameters
Constructors
VpnClientParameters() |
Initializes a new instance of the VpnClientParameters class. |
VpnClientParameters(ProcessorArchitecture, AuthenticationMethod, String, IList<String>) |
Initializes a new instance of the VpnClientParameters class. |
Properties
AuthenticationMethod |
Gets or sets VPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2' |
ClientRootCertificates |
Gets or sets a list of client root certificates public certificate data encoded as Base-64 strings. Optional parameter for external radius based authentication with EAPTLS. |
ProcessorArchitecture |
Gets or sets VPN client Processor Architecture. Possible values include: 'Amd64', 'X86' |
RadiusServerAuthCertificate |
Gets or sets the public certificate data for the radius server authentication certificate as a Base-64 encoded string. Required only if external radius authentication has been configured with EAPTLS authentication. |
Applies to
Azure SDK for .NET