C# Class Brunet.Security.SymphonyVerification

Inheritance: ICertificateVerification
Show file Open project: pstjuste/brunet

Protected Properties

Property Type Description
_ct ConnectionTable

Public Methods

Method Description
SymphonyVerification ( ConnectionTable ct ) : Brunet.Connections
Verify ( Mono.Security.X509.X509Certificate certificate, ISender sender ) : bool

Method Details

SymphonyVerification() public method

public SymphonyVerification ( ConnectionTable ct ) : Brunet.Connections
ct ConnectionTable
return Brunet.Connections

Verify() public method

public Verify ( Mono.Security.X509.X509Certificate certificate, ISender sender ) : bool
certificate Mono.Security.X509.X509Certificate
sender ISender
return bool

Property Details

_ct protected property

protected ConnectionTable _ct
return ConnectionTable