C# Class Chargify2.SecureParameters

The secure parameters used in Chargify Direct (API v2)
Afficher le fichier Open project: kfrancis/Chargify2

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
SecureParameters ( Hashtable hash, Client client ) : System

Constructor

ToFormInputs ( ) : string

Converts the hash to a set of hidden inputs

ValidateArgs ( ) : void

Validate args

Method Details

SecureParameters() public méthode

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
Résultat System

ToFormInputs() public méthode

Converts the hash to a set of hidden inputs
public ToFormInputs ( ) : string
Résultat string

ValidateArgs() public méthode

Validate args
public ValidateArgs ( ) : void
Résultat void