JAMS Developer Guide
UseSecureCiphers Property (ForEachAttachment)


MVPSI.JAMS.Activities Namespace > ForEachAttachment Class : UseSecureCiphers Property
Use Secure Ciphers?
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Configuration")>
<System.ComponentModel.DescriptionAttribute("Use Secure Ciphers?")>
Public Property UseSecureCiphers As System.Boolean
'Usage
 
Dim instance As ForEachAttachment
Dim value As System.Boolean
 
instance.UseSecureCiphers = value
 
value = instance.UseSecureCiphers
[System.ComponentModel.Category("Configuration")]
[System.ComponentModel.Description("Use Secure Ciphers?")]
public System.bool UseSecureCiphers {get; set;}
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

ForEachAttachment Class
ForEachAttachment Members