C# Class OAuth.Signatures.HMACSHA1Signature

Inheritance: AbstractSignature
Afficher le fichier Open project: codebutler/oauth-sharp

Méthodes publiques

Méthode Description
HMACSHA1Signature ( IRequestProxy request, string consumerSecret, string tokenSecret ) : System

Private Methods

Méthode Description
Sign ( ) : void

Method Details

HMACSHA1Signature() public méthode

public HMACSHA1Signature ( IRequestProxy request, string consumerSecret, string tokenSecret ) : System
request IRequestProxy
consumerSecret string
tokenSecret string
Résultat System