|
| DotRas SDK Documentation |
| RasLcpOptions..::..Des56 Property |
| RasLcpOptions Class See Also Send Feedback |
|
Gets a value indicating whether DES 56-bit encryption is being used.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public bool Des56 { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Des56 As Boolean Get |
| Visual C++ |
|---|
public: property bool Des56 { bool get (); } |
| F# |
|---|
member Des56 : bool with get |