C# 클래스 LtiLibrary.AspNet.Extensions.AuthorizationHeaderValueExtensions

파일 보기 프로젝트 열기: easygenerator/LtiLibrary

공개 메소드들

메소드 설명
ParseOAuthAuthorizationHeader ( this authorizationHeader ) : NameValueCollection

Parse the OAuth AuthenticationHeaderValue.Parameter into a NameValueCollection.

메소드 상세

ParseOAuthAuthorizationHeader() 공개 정적인 메소드

Parse the OAuth AuthenticationHeaderValue.Parameter into a NameValueCollection.
public static ParseOAuthAuthorizationHeader ( this authorizationHeader ) : NameValueCollection
authorizationHeader this The AuthorizationHeaderValue to parse.
리턴 System.Collections.Specialized.NameValueCollection