'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;}