Exemplo n.º 1
0
 public PlatformGateway(PlatformEnvironment environment, Cookie authenticationCookie)
 {
     Configuration = new Configuration(environment, authenticationCookie);
 }
Exemplo n.º 2
0
 public PlatformGateway(PlatformEnvironment environment, string publicKey, string privateKey)
 {
     Configuration = new Configuration(environment, publicKey, privateKey);
 }