Gets or sets the authentication key provided to the Extensible Authentication Protocol (EAP) vendor.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public int CustomAuthKey { get; set; } |
| Visual Basic |
|---|
Public Property CustomAuthKey As Integer Get Set |
| Visual C++ |
|---|
public: property int CustomAuthKey { int get (); void set (int value); } |
| F# |
|---|
member CustomAuthKey : int with get, set |