'Declaration
<System.ComponentModel.CategoryAttribute("PGP Authentication")> <System.ComponentModel.DescriptionAttribute("Specifies the pass phrase to unlock the secret key for the sender id.")> Public Property Passphrase As System.Activities.InArgument(Of String)
'Usage
Dim instance As PGPSign Dim value As System.Activities.InArgument(Of String) instance.Passphrase = value value = instance.Passphrase
[System.ComponentModel.Category("PGP Authentication")] [System.ComponentModel.Description("Specifies the pass phrase to unlock the secret key for the sender id.")] public System.Activities.InArgument<string> Passphrase {get; set;}