JAMS Developer Guide
PGPSign Class
Members 


MVPSI.JAMS.Activities Namespace : PGPSign Class
The PGPSign activity creates an signed output file based on the input file and the signer.
Object Model
PGPSign Class
Syntax
'Declaration
 
<System.Drawing.ToolboxBitmapAttribute()>
Public Class PGPSign 
   Inherits MVPSI.JAMS.Activities.JAMSNativeActivityGeneric(Of List(Of String))
   Implements ISupportCommands, MVPSI.JAMS.NetworkCrypto.Traceable 
'Usage
 
Dim instance As PGPSign
[System.Drawing.ToolboxBitmap()]
public class PGPSign : MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<List<string>>, ISupportCommands, MVPSI.JAMS.NetworkCrypto.Traceable  
Inheritance Hierarchy

System.Object
   System.Activities.Activity
      System.Activities.ActivityWithResult
         System.Activities.Activity<TResult>
            System.Activities.NativeActivity<TResult>
               MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<T>
                  MVPSI.JAMS.Activities.PGPSign

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

PGPSign Members
MVPSI.JAMS.Activities Namespace