C# Класс Chargify2.SecureParameters

The secure parameters used in Chargify Direct (API v2)
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
SecureParameters ( Hashtable hash, Client client ) : System

Constructor

ToFormInputs ( ) : string

Converts the hash to a set of hidden inputs

ValidateArgs ( ) : void

Validate args

Описание методов

SecureParameters() публичный Метод

Constructor
public SecureParameters ( Hashtable hash, Client client ) : System
hash System.Collections.Hashtable The hash to use when constructing the secure parameter hidden inputs
client Client The client
Результат System

ToFormInputs() публичный Метод

Converts the hash to a set of hidden inputs
public ToFormInputs ( ) : string
Результат string

ValidateArgs() публичный Метод

Validate args
public ValidateArgs ( ) : void
Результат void