MVPSI.JAMS.Activities Namespace > PGPEncrypt Class : CompressionAlgorithm Property |
'Declaration
<System.ComponentModel.CategoryAttribute("PGP")> <System.ComponentModel.DescriptionAttribute("Compression algorithm to use before encrypting.")> <System.ComponentModel.DefaultValueAttribute()> Public Property CompressionAlgorithm As MVPSI.JAMS.NetworkCrypto.JAMSCompressionAlgorithm
'Usage
Dim instance As PGPEncrypt Dim value As MVPSI.JAMS.NetworkCrypto.JAMSCompressionAlgorithm instance.CompressionAlgorithm = value value = instance.CompressionAlgorithm
[System.ComponentModel.Category("PGP")] [System.ComponentModel.Description("Compression algorithm to use before encrypting.")] [System.ComponentModel.DefaultValue()] public MVPSI.JAMS.NetworkCrypto.JAMSCompressionAlgorithm CompressionAlgorithm {get; set;}
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