C# Class Net.Pokeshot.JiveSdk.Example.App_Code.SignedRequestModule

Inheritance: IHttpModule
Datei anzeigen Open project: jivesoftware/JiveDotNetSDK

Public Methods

Method Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

Private Methods

Method Description
GetParametersFromAuthHeader ( string authHeader ) : string>.Dictionary
OnBeginRequest ( object sender, System e ) : void
OnEndRequest ( object sender, System e ) : void
validateSignature ( string parameterStrWithoutSignature, string clientSecret ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
return void