C# Class VCSJones.FiddlerCert.CertInspector

Inheritance: Inspector2, IResponseInspector2
Mostrar archivo Open project: vcsjones/FiddlerCert

Public Methods

Method Description
AddToTab ( TabPage o ) : void
AssignSession ( Fiddler.Session oS ) : void
CertInspector ( ) : System
Clear ( ) : void
GetFlags ( ) : InspectorFlags
GetOrder ( ) : int

Private Methods

Method Description
AskUpdateChanged ( object sender, Fiddler.PrefChangeEventArgs e ) : void
AssignCertificate ( X509ChainElement chainElement, bool reportOnly, PublicPinnedKeys pinnedKey, X509Chain chain, int index ) : CertificateModel
CalculateHashes ( X509Certificate2 certificate, bool reportOnly, PublicPinnedKeys pinnedKeys ) : VCSJones.FiddlerCert.SpkiHashesModel
ChainForContent ( byte content ) : X509Chain
FontChanged ( object sender, Fiddler.PrefChangeEventArgs e ) : void
GetCertificateType ( X509Certificate2 certificate, X509Chain chain ) : CertificateType
GetCtModel ( X509Certificate2 certificate ) : CertificateCtModel

Method Details

AddToTab() public method

public AddToTab ( TabPage o ) : void
o System.Windows.Forms.TabPage
return void

AssignSession() public method

public AssignSession ( Fiddler.Session oS ) : void
oS Fiddler.Session
return void

CertInspector() public method

public CertInspector ( ) : System
return System

Clear() public method

public Clear ( ) : void
return void

GetFlags() public method

public GetFlags ( ) : InspectorFlags
return InspectorFlags

GetOrder() public method

public GetOrder ( ) : int
return int