Property | Type | Description | |
---|---|---|---|
clock | Clock | ||
nonce | string | ||
random | StringGenerator | ||
timeStamp | string |
Method | Description | |
---|---|---|
OAuthSignedParameterSet10 ( |
Method | Description | |
---|---|---|
AddGetParameters ( List |
||
AddOAuthParameters ( List |
||
AddPostParameters ( List |
||
GetBaseString ( ) : string | ||
GetCurrentTimeStampString ( ) : string | ||
GetNormalizedRequestParameters ( ) : string |
Method | Description | |
---|---|---|
GetSignatureHMACSHA1 ( ) : string |
protected AddGetParameters ( List |
||
paramList | List |
|
return | void |
protected AddOAuthParameters ( List |
||
paramList | List |
|
return | void |
protected AddPostParameters ( List |
||
paramList | List |
|
return | void |
protected GetCurrentTimeStampString ( ) : string | ||
return | string |
protected GetNormalizedRequestParameters ( ) : string | ||
return | string |
public OAuthSignedParameterSet10 ( |
||
baseParams | ||
random | StringGenerator | |
clock | Clock | |
return | System |