C# 클래스 Uol.PagSeguro.Domain.ApplicationCredentials

Identifies a PagSeguro application
상속: Uol.PagSeguro.Domain.Credentials
파일 보기 프로젝트 열기: pagseguro/dotnet 1 사용 예제들

공개 메소드들

메소드 설명
ApplicationCredentials ( string appId, string appKey, string authorizationCode = null ) : System

Initializes a new instance of the ApplicationCredentials class

A PagSeguro application is identified by an app identifier and a app key

메소드 상세

ApplicationCredentials() 공개 메소드

Initializes a new instance of the ApplicationCredentials class
A PagSeguro application is identified by an app identifier and a app key
public ApplicationCredentials ( string appId, string appKey, string authorizationCode = null ) : System
appId string
appKey string
authorizationCode string
리턴 System