|
| DotRas SDK Documentation |
| RasCompressionOptions..::..Encryption40Bit Property |
| RasCompressionOptions Class See Also Send Feedback |
|
Gets a value indicating whether Microsoft Point-to-Point Encryption (MPPE) is using 40-bit keys.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public bool Encryption40Bit { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Encryption40Bit As Boolean Get |
| Visual C++ |
|---|
public: property bool Encryption40Bit { bool get (); } |
| F# |
|---|
member Encryption40Bit : bool with get |