JAMS Developer Guide
PGPVerifySignature Class
Members 


MVPSI.JAMS.Activities Namespace : PGPVerifySignature Class
The PgpVerifySignature activity tests that the signed input file are from the sender.
Object Model
PGPVerifySignature Class
Syntax
'Declaration
 
<System.Drawing.ToolboxBitmapAttribute()>
Public Class PGPVerifySignature 
   Inherits MVPSI.JAMS.Activities.JAMSNativeActivityGeneric(Of List(Of Boolean))
   Implements ISupportCommands, MVPSI.JAMS.NetworkCrypto.Traceable 
'Usage
 
Dim instance As PGPVerifySignature
[System.Drawing.ToolboxBitmap()]
public class PGPVerifySignature : MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<List<bool>>, 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.PGPVerifySignature

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

PGPVerifySignature Members
MVPSI.JAMS.Activities Namespace