







Defines the Internet Key Exchange (IKEv2) authentication types.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public enum RasIkeV2AuthenticationType |
Visual Basic |
---|
Public Enumeration RasIkeV2AuthenticationType |
Visual C++ |
---|
public enum class RasIkeV2AuthenticationType |
F# |
---|
type RasIkeV2AuthenticationType |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No authentication. | |
X509Certificate | 1 | X.509 Public Key Infrastructure Certificate. | |
Eap | 2 | Extensible Authentication Protocol (EAP). |
Remarks
Known Limitations:
- This type is only available on Windows 7 and later operating systems.