Method | Description | |
---|---|---|
CreatePreAuthenticatedUrl ( string urlString, System.DateTime expiration = null ) : string | ||
PreAuthenticatedUriProvider ( ICryptoSerializer cryptoSerializer ) : System | ||
VerifyPreAuthenticatedUrl ( string urlString, System.DateTime verificationTime ) : bool |
Method | Description | |
---|---|---|
AddQueryParameterString ( string url, string key, string value ) : string | ||
RemoveQueryStringByKey ( string url, string key ) : string |
public CreatePreAuthenticatedUrl ( string urlString, System.DateTime expiration = null ) : string | ||
urlString | string | |
expiration | System.DateTime | |
return | string |
public PreAuthenticatedUriProvider ( ICryptoSerializer cryptoSerializer ) : System | ||
cryptoSerializer | ICryptoSerializer | |
return | System |
public VerifyPreAuthenticatedUrl ( string urlString, System.DateTime verificationTime ) : bool | ||
urlString | string | |
verificationTime | System.DateTime | |
return | bool |