AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Contains the cookies used to access restricted content from CloudFront using a custom policy.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.SignedCookies
    Amazon.CloudFront.CookiesForCustomPolicy

Namespace: Amazon.CloudFront
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CookiesForCustomPolicy : SignedCookies

The CookiesForCustomPolicy type exposes the following members

Constructors

NameDescription
Public Method CookiesForCustomPolicy()

Properties

NameTypeDescription
Public Property KeyPairId System.Collections.Generic.KeyValuePair<System.String, System.String> The active CloudFront key pair Id for the key pair (Trusted Signer) that you are using to generate the signature.

For more information, see Specifying the AWS Accounts That Can Create Signed URLs and Signed Cookies (Trusted Signers) in the Amazon CloudFront User Guide.

Public Property Policy System.Collections.Generic.KeyValuePair<System.String, System.String> Base64 encoded version of the custom policy.
Public Property Signature System.Collections.Generic.KeyValuePair<System.String, System.String> The hashed and signed version of the policy.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5