JAMS Developer Guide
PGPUnsign Class
Members 


MVPSI.JAMS.Activities Namespace : PGPUnsign Class
The PgpUnsign activity creates an unsigned output file based on the signed input file and the recipient.
Object Model
PGPUnsign Class
Syntax
'Declaration
 
<System.Drawing.ToolboxBitmapAttribute()>
Public Class PGPUnsign 
   Inherits MVPSI.JAMS.Activities.JAMSNativeActivityGeneric(Of List(Of String))
   Implements ISupportCommands, MVPSI.JAMS.NetworkCrypto.Traceable 
'Usage
 
Dim instance As PGPUnsign
[System.Drawing.ToolboxBitmap()]
public class PGPUnsign : 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.PGPUnsign

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

PGPUnsign Members
MVPSI.JAMS.Activities Namespace