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