Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
<ObsoleteAttribute("This property has been deprecated and will be removed.",  _
	True)> _
Public Shared Property ForceManagedAes As Boolean
	Get
	Set
C#
[ObsoleteAttribute("This property has been deprecated and will be removed.", 
	true)]
public static bool ForceManagedAes { get; set; }

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also