JAMS Developer Guide
CompressionAlgorithm Property (PGPEncrypt)


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

PGPEncrypt Class
PGPEncrypt Members