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