JAMS Developer Guide
PGPEncrypt Class
Members 


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

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

PGPEncrypt Members
MVPSI.JAMS.Activities Namespace