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.

Returns a signed URL that grants universal access to private content until a given date.

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

Syntax

C#
public String GetCannedSignedURL(
         String url,
         TextReader privateKey,
         String keyPairId,
         DateTime expiresOn
)

Parameters

url
Type: System.String

The full url (protocol + domain + resource path) to the resource, or the name of the stream for rtmp

privateKey
Type: System.IO.TextReader

The private key file. RSA private key (.pem) are supported.

keyPairId
Type: System.String

The key pair id corresponding to the private key file given.

expiresOn
Type: System.DateTime

The expiration date of the signed URL

Return Value


Type: String
The signed URL.

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