RasLcpOptions.Aes256 Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets a value indicating whether AES 256-bit encryption is being used.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public bool Aes256 { get; }
Visual Basic
Public ReadOnly Property Aes256 As Boolean
	Get
Visual C++
public:
property bool Aes256 {
	bool get ();
}
F#
member Aes256 : bool with get

Property Value

Type: Boolean

Remarks

Windows Vista and later: This property is available.

See Also