JAMS Developer Guide
SecretAccessKey Property (S3Upload)


MVPSI.JAMS.Activities Namespace > S3Upload Class : SecretAccessKey Property
Specifies the AWS Secret Access Key
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Authentication")>
<System.ComponentModel.DescriptionAttribute("Specifies the AWS Secret Access Key")>
<System.Activities.RequiredArgumentAttribute()>
Public Property SecretAccessKey As System.String
'Usage
 
Dim instance As S3Upload
Dim value As System.String
 
instance.SecretAccessKey = value
 
value = instance.SecretAccessKey
[System.ComponentModel.Category("Authentication")]
[System.ComponentModel.Description("Specifies the AWS Secret Access Key")]
[System.Activities.RequiredArgument()]
public System.string SecretAccessKey {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