AWS SDK Version 3 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.

Contains common cookies used by Amazon CloudFront.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.SignedCookies

Namespace: Amazon.CloudFront
Assembly: AWSSDK.CloudFront.dll
Version: 3.x.y.z

Syntax

C#
public abstract class SignedCookies

The SignedCookies type exposes the following members

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 Signature System.Collections.Generic.KeyValuePair<System.String, System.String>

The hashed and signed version of the policy.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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