C# 클래스 Google.Maps.GoogleSigned

Stores a Google Business API customer's signing information to be passed with service requests to Google's APIs.
Use GoogleSigned.AssignAllServices() method to attach the signing information to all outgoing requests, usually during App Startup.
파일 보기 프로젝트 열기: ericnewton76/gmaps-api-net 1 사용 예제들

공개 메소드들

메소드 설명
AssignAllServices ( GoogleSigned signingInstance ) : void

Assigns the given SigningInstance to all services that can utilize it. Note that some of the services do not currently use the signature method.

GetSignature ( Uri uri ) : string
GetSignature ( string url ) : string
GetSignedUri ( Uri uri ) : string
GetSignedUri ( string url ) : string
GoogleSigned ( string apiKey ) : System
GoogleSigned ( string clientId, string usablePrivateKey ) : System

메소드 상세

AssignAllServices() 공개 정적인 메소드

Assigns the given SigningInstance to all services that can utilize it. Note that some of the services do not currently use the signature method.
public static AssignAllServices ( GoogleSigned signingInstance ) : void
signingInstance GoogleSigned
리턴 void

GetSignature() 공개 메소드

public GetSignature ( Uri uri ) : string
uri System.Uri
리턴 string

GetSignature() 공개 메소드

public GetSignature ( string url ) : string
url string
리턴 string

GetSignedUri() 공개 메소드

public GetSignedUri ( Uri uri ) : string
uri System.Uri
리턴 string

GetSignedUri() 공개 메소드

public GetSignedUri ( string url ) : string
url string
리턴 string

GoogleSigned() 공개 메소드

public GoogleSigned ( string apiKey ) : System
apiKey string
리턴 System

GoogleSigned() 공개 메소드

public GoogleSigned ( string clientId, string usablePrivateKey ) : System
clientId string
usablePrivateKey string
리턴 System