C# 클래스 DotNetOpenAuth.ApplicationBlock.YahooConsumer

A consumer capable of communicating with Google Data APIs.
파일 보기 프로젝트 열기: yahoo/yos-social-demo-dotnet

공개 프로퍼티들

프로퍼티 타입 설명
ServiceDescription DotNetOpenAuth.OAuth.ServiceProviderDescription

공개 메소드들

메소드 설명
CreateRsaSha1ServiceDescription ( X509Certificate2 signingCertificate ) : DotNetOpenAuth.OAuth.ServiceProviderDescription

The service description to use for accessing Google data APIs using an X509 certificate.

RequestAuthorization ( DotNetOpenAuth.OAuth.DesktopConsumer consumer, string &requestToken ) : Uri

Requests authorization from Google to access data from a set of Google applications.

RequestAuthorization ( DotNetOpenAuth.OAuth.WebConsumer consumer ) : void

Requests authorization from Google to access data from a set of Google applications.

YQL ( DotNetOpenAuth.OAuth.ConsumerBase consumer, string accessToken, string yql ) : System.Xml.Linq.XDocument

메소드 상세

CreateRsaSha1ServiceDescription() 공개 정적인 메소드

The service description to use for accessing Google data APIs using an X509 certificate.
public static CreateRsaSha1ServiceDescription ( X509Certificate2 signingCertificate ) : DotNetOpenAuth.OAuth.ServiceProviderDescription
signingCertificate System.Security.Cryptography.X509Certificates.X509Certificate2 The signing certificate.
리턴 DotNetOpenAuth.OAuth.ServiceProviderDescription

RequestAuthorization() 공개 정적인 메소드

Requests authorization from Google to access data from a set of Google applications.
public static RequestAuthorization ( DotNetOpenAuth.OAuth.DesktopConsumer consumer, string &requestToken ) : Uri
consumer DotNetOpenAuth.OAuth.DesktopConsumer The Google consumer previously constructed using or .
requestToken string The unauthorized request token assigned by Google.
리턴 System.Uri

RequestAuthorization() 공개 정적인 메소드

Requests authorization from Google to access data from a set of Google applications.
public static RequestAuthorization ( DotNetOpenAuth.OAuth.WebConsumer consumer ) : void
consumer DotNetOpenAuth.OAuth.WebConsumer The Google consumer previously constructed using or .
리턴 void

YQL() 공개 정적인 메소드

public static YQL ( DotNetOpenAuth.OAuth.ConsumerBase consumer, string accessToken, string yql ) : System.Xml.Linq.XDocument
consumer DotNetOpenAuth.OAuth.ConsumerBase
accessToken string
yql string
리턴 System.Xml.Linq.XDocument

프로퍼티 상세

ServiceDescription 공개적으로 정적으로 프로퍼티

The Consumer to use for accessing Google data APIs.
public static ServiceProviderDescription,DotNetOpenAuth.OAuth ServiceDescription
리턴 DotNetOpenAuth.OAuth.ServiceProviderDescription