Xceed .NET Libraries Documentation
AesAlgorithmManager Property (ZipArchive)


Xceed.Zip Assembly > Xceed.Zip Namespace > ZipArchive Class : AesAlgorithmManager Property
Gets or sets a manager object for the AES encryption functionality.
Syntax
'Declaration
 
Public Shared Property AesAlgorithmManager As IAesAlgorithmManager
'Usage
 
Dim value As IAesAlgorithmManager
 
ZipArchive.AesAlgorithmManager = value
 
value = ZipArchive.AesAlgorithmManager
public static IAesAlgorithmManager AesAlgorithmManager {get; set;}

Property Value

An object implementing IAesAlgorithmManager. By default, null.
Remarks

When set to null the component will use the System.Security.Cryptography.RijndaelManaged class when encrypting data with EncryptionMethod.WinZipAES.

This property is for advanced scenarios only. In most if not all cases, the default value is adequate. For more information on how to use this property refer to the Using alternative AES implementations page.

Alternative AES implementations are not supported by Xceed Zip for .NET CF.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ZipArchive Class
ZipArchive Members