|
| DotRas SDK Documentation |
| RasPppInfo..::..ServerEapTypeId Property |
| RasPppInfo Class See Also Send Feedback |
|
Gets the type identifier of the Extensible Authentication Protocol (EAP) used to authenticate the remote server.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public int ServerEapTypeId { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ServerEapTypeId As Integer Get |
| Visual C++ |
|---|
public: property int ServerEapTypeId { int get (); } |
| F# |
|---|
member ServerEapTypeId : int with get |