C# Class Braintree.WebhookNotificationGateway

Inheritance: IWebhookNotificationGateway
Afficher le fichier Open project: braintree/braintree_dotnet

Méthodes publiques

Méthode Description
Parse ( string signature, string payload ) : Braintree.WebhookNotification
Verify ( string challenge ) : string

Méthodes protégées

Méthode Description
WebhookNotificationGateway ( BraintreeGateway gateway ) : Braintree.Exceptions

Private Methods

Méthode Description
PayloadMatches ( string signature, string payload ) : bool
ValidateSignature ( string signature, string payload ) : void

Method Details

Parse() public méthode

public Parse ( string signature, string payload ) : Braintree.WebhookNotification
signature string
payload string
Résultat Braintree.WebhookNotification

Verify() public méthode

public Verify ( string challenge ) : string
challenge string
Résultat string

WebhookNotificationGateway() protected méthode

protected WebhookNotificationGateway ( BraintreeGateway gateway ) : Braintree.Exceptions
gateway BraintreeGateway
Résultat Braintree.Exceptions