public static GetCookiesForCannedPolicy ( Protocols protocol, string distributionDomain, |
||
protocol | Protocols | The protocol used to access content using signed cookies. |
distributionDomain | string | The domain name of the distribution. |
privateKey | The private key file. RSA private key (.pem) are supported. | |
resourcePath | string | The path for the resource. |
keyPairId | string | The key pair id corresponding to the private key file given. |
expiresOn | System.DateTime | The expiration date till which content can be accessed using the generated cookies. |
return |
AmazonCloudFrontCookieSigner::GetCookiesForCannedPolicy ( Protocols protocol, string distributionDomain, TextReader privateKey, string resourcePath, string keyPairId, System.DateTime expiresOn ) : |
|
AmazonCloudFrontCookieSigner::GetCookiesForCannedPolicy ( string resourceUrlOrPath, string keyPairId, |
|
AmazonCloudFrontCookieSigner::GetCookiesForCannedPolicy ( string resourceUrlOrPath, string keyPairId, TextReader privateKey, System.DateTime expiresOn ) : |