C# 클래스 LtiLibrary.Core.OAuth.OAuthUtility

파일 보기 프로젝트 열기: andyfmiller/LtiLibrary 1 사용 예제들

공개 메소드들

메소드 설명
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