Skip to content

Instantly share code, notes, and snippets.

@nukturnal
Created November 7, 2012 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nukturnal/4032143 to your computer and use it in GitHub Desktop.
Save nukturnal/4032143 to your computer and use it in GitHub Desktop.
MPower .NET API keys set up
MPowerSetup setup = new MPowerSetup {
MasterKey = "dd6f2c90-f075-012f-5b69-00155d864600",
PrivateKey = "test_private_oDLVlm1eNyh0IsetdhdJvcl0ygA",
PublicKey = "test_public_zzF3ywvX9DE-OSDNhUqKoaTI4wc",
Token = "ca03737cf942cf644f36",
Mode = "test"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment