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
-
System.ObjectVpnClientParameters
Constructors
VpnClientParameters() |
Initializes a new instance of VpnClientParameters. |
Properties
AuthenticationMethod |
VPN client authentication method. |
ClientRootCertificates |
A list of client root certificates public certificate data encoded as Base-64 strings. Optional parameter for external radius based authentication with EAPTLS. |
ProcessorArchitecture |
VPN client Processor Architecture. |
RadiusServerAuthCertificate |
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. |