C# 클래스 Pomona.Security.Authentication.PreAuthenticatedUriProvider

상속: IPreAuthenticatedUriProvider
파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
CreatePreAuthenticatedUrl ( string urlString, System.DateTime expiration = null ) : string
PreAuthenticatedUriProvider ( ICryptoSerializer cryptoSerializer ) : System
VerifyPreAuthenticatedUrl ( string urlString, System.DateTime verificationTime ) : bool

비공개 메소드들

메소드 설명
AddQueryParameterString ( string url, string key, string value ) : string
RemoveQueryStringByKey ( string url, string key ) : string

메소드 상세

CreatePreAuthenticatedUrl() 공개 메소드

public CreatePreAuthenticatedUrl ( string urlString, System.DateTime expiration = null ) : string
urlString string
expiration System.DateTime
리턴 string

PreAuthenticatedUriProvider() 공개 메소드

public PreAuthenticatedUriProvider ( ICryptoSerializer cryptoSerializer ) : System
cryptoSerializer ICryptoSerializer
리턴 System

VerifyPreAuthenticatedUrl() 공개 메소드

public VerifyPreAuthenticatedUrl ( string urlString, System.DateTime verificationTime ) : bool
urlString string
verificationTime System.DateTime
리턴 bool