C# Class Demo.Webhooks

Inheritance: System.Web.UI.Page
Datei anzeigen Open project: PingPlusPlus/pingpp-csharp

Public Methods

Method Description
ReadFileToString ( string path ) : string
VerifySignedHash ( string strDataToVerify, string strSignedData, string strPublicKeyFilePath ) : string

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
ReadStream ( Stream stream ) : string

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ReadFileToString() public static method

public static ReadFileToString ( string path ) : string
path string
return string

VerifySignedHash() public static method

public static VerifySignedHash ( string strDataToVerify, string strSignedData, string strPublicKeyFilePath ) : string
strDataToVerify string
strSignedData string
strPublicKeyFilePath string
return string