
C# |
public class AmazonCloudFrontUrlSigner

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | AmazonCloudFrontUrlSigner()()()() | Initializes a new instance of the AmazonCloudFrontUrlSigner class |
![]() ![]() | BuildPolicyForSignedUrl(String, DateTime, String, Nullable<(Of <<'(DateTime>)>>)) |
Generate a policy document that describes custom access permissions to
apply via a private distribution's signed URL.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() ![]() | GetCannedSignedURL(AmazonCloudFrontUrlSigner..::..Protocol, String, FileInfo, String, String, DateTime) |
Returns a signed URL that grants universal access to private content until a given date.
|
![]() ![]() | GetCannedSignedURL(AmazonCloudFrontUrlSigner..::..Protocol, String, StreamReader, String, String, DateTime) |
Returns a signed URL that grants universal access to private content until a given date.
|
![]() ![]() | GetCustomSignedURL(AmazonCloudFrontUrlSigner..::..Protocol, String, FileInfo, String, String, DateTime, Nullable<(Of <<'(DateTime>)>>), String) |
Returns a signed URL that provides tailored access to private content based on an access time window and an ip range.
|
![]() ![]() | GetCustomSignedURL(AmazonCloudFrontUrlSigner..::..Protocol, String, StreamReader, String, String, DateTime, Nullable<(Of <<'(DateTime>)>>), String) |
Returns a signed URL that provides tailored access to private content based on an access time window and an ip range.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() ![]() | SignUrl(String, String, FileInfo, String) |
Generate a signed URL that allows access to distribution and S3 objects
by applying access restrictions specified in a custom policy document.
|
![]() ![]() | SignUrl(String, String, StreamReader, String) |
Generate a signed URL that allows access to distribution and S3 objects
by applying access restrictions specified in a custom policy document.
|
![]() ![]() | SignUrlCanned(String, String, FileInfo, DateTime) |
Generate a signed URL that allows access to a specific distribution and
S3 object by applying a access restrictions from a "canned" (simplified)
policy document.
|
![]() ![]() | SignUrlCanned(String, String, StreamReader, DateTime) |
Generate a signed URL that allows access to a specific distribution and
S3 object by applying a access restrictions from a "canned" (simplified)
policy document.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Object | |
![]() | AmazonCloudFrontUrlSigner |