RasEapOptions Class
From DotRas SDK
Represents extensible authentication protocol (EAP) options for dialing a remote access service (RAS) entry. This class cannot be inherited.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] [TypeConverterAttribute(typeof(RasEapOptionsConverter))] public sealed class RasEapOptions |
| Visual Basic |
|---|
<SerializableAttribute> <TypeConverterAttribute(GetType(RasEapOptionsConverter))> Public NotInheritable Class RasEapOptions |
| Visual C++ |
|---|
[SerializableAttribute] [TypeConverterAttribute(typeof(RasEapOptionsConverter))] public ref class RasEapOptions sealed |
| F# |
|---|
[<SealedAttribute>] [<SerializableAttribute>] [<TypeConverterAttribute(typeof(RasEapOptionsConverter))>] type RasEapOptions = class end |
Inheritance Hierarchy
See Also