JAMS Developer Guide
PGPSign Class Properties


MVPSI.JAMS.Activities Namespace : PGPSign Class

For a list of all members of this type, see PGPSign members.

Public Properties
 NameDescription
Public PropertyMake output file text-friendly.  
Public PropertyCompression algorithm to use before signing.  
Public PropertyCompression level to use for compression algorithm, 0 to 9.  
Public PropertySpecifies the path to the location where the file(s) will be signed. The default is the same directory as the source. Wildcards are permitted, but the result must specify a single location  
Public Property (Inherited from System.Activities.Activity)
Public PropertyHash algorithm to use for signing.  
Public Property (Inherited from System.Activities.Activity)
Public PropertyJAMS Server that the JAMS user resides on (will default to current server)  
Public PropertyJAMS user to use (overrides Passphrase property)  
Public PropertyPass phrase to unlock the secret key for the sender id.  
Public Property (Inherited from System.Activities.Activity<List<string>>)
Public Property (Inherited from System.Activities.ActivityWithResult)
Public PropertyPath to secret key ring file. The default is to use the GPG secring.gpg.  
Public PropertySpecifies the sender id for lookup in the secret key ring, defaults to current user name. Must match a single secret key.  
Public PropertyType of signature to produce.  
Public PropertySpecifies the path to the current location of the file(s) to be signed. The default is the current directory. Wildcards are permitted.  
Top
Protected Properties
 NameDescription
Protected PropertyAllows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<List<string>>)
Protected Property (Inherited from System.Activities.Activity)
Protected Property (Inherited from System.Activities.NativeActivity<List<string>>)
Top
See Also

Reference

PGPSign Class
MVPSI.JAMS.Activities Namespace