Compresses the semantic entity that was assigned to this security token.
Syntax:
Example:
Set oGroup = oInterchange.FirstGroup
Set oSecurity = oGroup.GetSecurity
oSecurity.EnableCompression = True
oSecurity.ImportPublicKey sPath & sPKeyFile
Set oTransactionSet = oGroup.FirstTransactionSet
Set oSecurity = oTransactionSet.GetSecurity
oSecurity.EnableCompression = True
oSecurity.ImportPublicKey sPKeyFile
oEdiDoc.Save sSecuredEdiFile