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.

Generate a signed URL that allows access to a specific distribution and resource path by applying a access restrictions from a "canned" (simplified) policy document.

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

Syntax

C#
public String SignUrlCanned(
         String resourceUrlOrPath,
         String keyPairId,
         TextReader privateKey,
         DateTime expiresOn
)

Parameters

resourceUrlOrPath
Type: System.String

The URL or path that uniquely identifies a resource within a distribution. For standard distributions the resource URL will be "http://" + distributionName + "/" + path (may also include URL parameters. For distributions with the HTTPS required protocol, the resource URL must start with "https://". RTMP resources do not take the form of a URL, and instead the resource path is nothing but the stream's name.

keyPairId
Type: System.String

Identifier of a public/private certificate keypair already configured in your Amazon Web Services account.

privateKey
Type: System.IO.TextReader

The RSA private key data that corresponding to the certificate keypair identified by keyPairId.

expiresOn
Type: System.DateTime

The time and date when the signed URL will expire.

Return Value


Type: String

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