C# 클래스 NeoSmart.Web.CloudFront

파일 보기 프로젝트 열기: neosmart/web

공개 메소드들

메소드 설명
GetExpiringLink ( string domainName, string objectName, System.DateTime expiresTime, System.TimeSpan maxAge = null, bool secure = false ) : string
GetExpiringLink ( string domainName, string objectName, System.TimeSpan expires, System.TimeSpan maxAge = null, bool secure = false ) : string
SetCredentials ( string keyPairId, string rsaXml ) : void

비공개 메소드들

메소드 설명
GetSignature ( string toSign ) : byte[]
ToUrlSafeBase64String ( byte input ) : string

메소드 상세

GetExpiringLink() 공개 정적인 메소드

public static GetExpiringLink ( string domainName, string objectName, System.DateTime expiresTime, System.TimeSpan maxAge = null, bool secure = false ) : string
domainName string
objectName string
expiresTime System.DateTime
maxAge System.TimeSpan
secure bool
리턴 string

GetExpiringLink() 공개 정적인 메소드

public static GetExpiringLink ( string domainName, string objectName, System.TimeSpan expires, System.TimeSpan maxAge = null, bool secure = false ) : string
domainName string
objectName string
expires System.TimeSpan
maxAge System.TimeSpan
secure bool
리턴 string

SetCredentials() 공개 정적인 메소드

public static SetCredentials ( string keyPairId, string rsaXml ) : void
keyPairId string
rsaXml string
리턴 void