RasCompressionOptions.Encryption128Bit Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
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

Property Value

Type: Boolean

See Also