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