C# Класс LtiLibrary.Core.OAuth.OAuthUtility

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GenerateSignature ( string httpMethod, Uri url, NameValueCollection parametersIn, string consumerSecret ) : string

Generates a signature using the specified signatureType

Приватные методы

Метод Описание
GenerateSignatureBase ( string httpMethod, Uri url, NameValueCollection parameters ) : string

Generate the signature base that is used to produce the signature

Описание методов

GenerateSignature() публичный статический Метод

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
Результат string