Defines the pre-shared keys.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public enum RasPreSharedKey |
| Visual Basic |
|---|
Public Enumeration RasPreSharedKey |
| Visual C++ |
|---|
public enum class RasPreSharedKey |
| F# |
|---|
type RasPreSharedKey |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Client | 0 | The client pre-shared key. | |
| Server | 1 | The server pre-shared key. | |
| Ddm | 2 | The demand-dial interface (DDI) pre-shared key. |
Remarks
Known Limitations:
- This type is only available on Windows XP and later operating systems.