This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.AWS.CloudFront.
                            
	
		Summary
            Specifies the AWS Secret Key to use as credentials.
            
		- Assembly
- Cake.AWS .CloudFront .dll 
- Namespace
- Cake.AWS .CloudFront 
- Containing Type
- CloudFront Settings Extensions 
Syntax
public static CloudFrontSettings SetSecretKey(this CloudFrontSettings settings, string key)Parameters
| Name | Type | Description | 
|---|---|---|
| settings | CloudFrontSettings | The CloudFront settings. | 
| key | string | The AWS Secret Key | 
Return Value
| Type | Description | 
|---|---|
| CloudFrontSettings | The same CloudFrontSettingsinstance so that multiple calls can be chained. | 
