JAMS Developer Guide
Encryption Property


MVPSI.JAMS.Activities Namespace > S3Upload Class : Encryption Property
Whether or not to use SSE
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies whether or not to use Server Side Encryption")>
<System.Activities.RequiredArgumentAttribute()>
Public Property Encryption As System.Boolean
'Usage
 
Dim instance As S3Upload
Dim value As System.Boolean
 
instance.Encryption = value
 
value = instance.Encryption
[System.ComponentModel.Description("Specifies whether or not to use Server Side Encryption")]
[System.Activities.RequiredArgument()]
public System.bool Encryption {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

S3Upload Class
S3Upload Members