C# 클래스 Google.Apis.Samples.PlusServiceAccount.Program

This sample demonstrates the simplest use case for a Service Account service. The certificate needs to be downloaded from the Google API Console "Create another client ID..." -> "Service Account" -> Download the certificate, rename it as "key.p12" and add it to the project. Don't forget to change the Build action to "Content" and the Copy to Output Directory to "Copy if newer".
파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
Main ( Array args ) : void

메소드 상세

Main() 공개 정적인 메소드

public static Main ( Array args ) : void
args Array
리턴 void