C# Class LtiLibrary.Core.OAuth.OAuthUtility

Afficher le fichier Open project: andyfmiller/LtiLibrary Class Usage Examples

Méthodes publiques

Méthode Description
GenerateSignature ( string httpMethod, Uri url, NameValueCollection parametersIn, string consumerSecret ) : string

Generates a signature using the specified signatureType

Private Methods

Méthode Description
GenerateSignatureBase ( string httpMethod, Uri url, NameValueCollection parameters ) : string

Generate the signature base that is used to produce the signature

Method Details

GenerateSignature() public static méthode

Generates a signature using the specified signatureType
public static GenerateSignature ( string httpMethod, Uri url, NameValueCollection parametersIn, string consumerSecret ) : string
httpMethod string The http method used
url System.Uri The full url to be signed
parametersIn System.Collections.Specialized.NameValueCollection The collection of parameters to sign
consumerSecret string The OAuth consumer secret used to generate the signature
Résultat string