JAMS 6.x Help
PGPEncrypt Class Members
Fields  Properties  Methods 


The following tables list the members exposed by PGPEncrypt.

Public Constructors
 NameDescription
Public ConstructorPGPEncrypt Constructor  
Top
Protected Fields
 NameDescription
Protected FieldContinueExecutionDefaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<List<string>>)
Top
Public Properties
 NameDescription
Public PropertyAsciiArmorMake output file text-friendly.  
Public PropertyCompressionAlgorithmCompression algorithm to use before signing.  
Public PropertyCompressionLevelCompression level to use for compression algorithm, 0 to 9.  
Public PropertyDestinationSpecifies the path to the location where the file(s) will be encrypted. The default is the same directory as the source. Wildcards are permitted, but the result must specify a single location  
Public PropertyDisplayName (Inherited from System.Activities.Activity)
Public PropertyId (Inherited from System.Activities.Activity)
Public PropertyPublicKeyRingPath to public key ring file. The default is to use the GPG pubring.gpg.  
Public PropertyRecipientSpecifies the recipient id for lookup in the public key ring. Must match a single public key.  
Public PropertyResult (Inherited from System.Activities.Activity<List<string>>)
Public PropertyResultType (Inherited from System.Activities.ActivityWithResult)
Public PropertySourceSpecifies the path to the current location of the file(s) to be encrypted. The default is the current directory. Wildcards are permitted.  
Top
Protected Properties
 NameDescription
Protected PropertyCanInduceIdleAllows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<List<string>>)
Protected PropertyConstraints (Inherited from System.Activities.Activity)
Protected PropertyImplementation (Inherited from System.Activities.NativeActivity<List<string>>)
Top
Public Methods
 NameDescription
Public MethodResumeCommandBookmarkResumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<List<string>>)
Public MethodToString (Inherited from System.Activities.Activity)
Public MethodTraceInformation  
Top
Protected Methods
 NameDescription
Protected MethodAbort (Inherited from System.Activities.NativeActivity<List<string>>)
Protected MethodCacheMetadataOverloaded.  (Inherited from System.Activities.NativeActivity<List<string>>)
Protected MethodCancel (Inherited from System.Activities.NativeActivity<List<string>>)
Protected MethodExecuteOverridden. Executes PGP Encryption.  
Protected MethodOnCreateDynamicUpdateMapOverloaded.  (Inherited from System.Activities.NativeActivity<List<string>>)
Protected MethodUpdateInstance (Inherited from System.Activities.NativeActivity<List<string>>)
Top
See Also

Reference

PGPEncrypt Class
MVPSI.JAMS.Activities Namespace

Send Feedback