RasIkeV2Options Class

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Defines the Internet Key Exchange (IKEv2) options. This class cannot be inherited.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
[SerializableAttribute]
public sealed class RasIkeV2Options
Visual Basic
<SerializableAttribute>
Public NotInheritable Class RasIkeV2Options
Visual C++
[SerializableAttribute]
public ref class RasIkeV2Options sealed
F#
[<SealedAttribute>]
[<SerializableAttribute>]
type RasIkeV2Options =  class end

Remarks

Known Limitations:

  • This type is only available on Windows 7 and later operating systems.

Inheritance Hierarchy

System..::..Object
  DotRas..::..RasIkeV2Options

See Also