C# Class 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".
Datei anzeigen Open project: shendongnian/code

Public Methods

Method Description
Main ( Array args ) : void

Method Details

Main() public static method

public static Main ( Array args ) : void
args Array
return void