C# Class TweetSource.OAuth.OAuthSignedParameterSet10

Implementation of SignedParameterSet for OAuth 1.0
Inheritance: SignedParameterSet
Afficher le fichier Open project: nkuln/tweetsource

Protected Properties

Свойство Type Description
clock Clock
nonce string
random StringGenerator
timeStamp string

Méthodes publiques

Méthode Description
OAuthSignedParameterSet10 ( HttpParameterSet baseParams, StringGenerator random, Clock clock ) : System

Méthodes protégées

Méthode Description
AddGetParameters ( List paramList ) : void
AddOAuthParameters ( List paramList ) : void
AddPostParameters ( List paramList ) : void
GetBaseString ( ) : string
GetCurrentTimeStampString ( ) : string
GetNormalizedRequestParameters ( ) : string

Private Methods

Méthode Description
GetSignatureHMACSHA1 ( ) : string

Method Details

AddGetParameters() protected méthode

protected AddGetParameters ( List paramList ) : void
paramList List
Résultat void

AddOAuthParameters() protected méthode

protected AddOAuthParameters ( List paramList ) : void
paramList List
Résultat void

AddPostParameters() protected méthode

protected AddPostParameters ( List paramList ) : void
paramList List
Résultat void

GetBaseString() protected méthode

protected GetBaseString ( ) : string
Résultat string

GetCurrentTimeStampString() protected méthode

protected GetCurrentTimeStampString ( ) : string
Résultat string

GetNormalizedRequestParameters() protected méthode

protected GetNormalizedRequestParameters ( ) : string
Résultat string

OAuthSignedParameterSet10() public méthode

public OAuthSignedParameterSet10 ( HttpParameterSet baseParams, StringGenerator random, Clock clock ) : System
baseParams HttpParameterSet
random StringGenerator
clock Clock
Résultat System

Property Details

clock protected_oe property

protected Clock clock
Résultat Clock

nonce protected_oe property

protected string nonce
Résultat string

random protected_oe property

protected StringGenerator random
Résultat StringGenerator

timeStamp protected_oe property

protected string timeStamp
Résultat string