C# 클래스 Brunet.Security.SymphonyVerification

상속: ICertificateVerification
파일 보기 프로젝트 열기: pstjuste/brunet

보호된 프로퍼티들

프로퍼티 타입 설명
_ct ConnectionTable

공개 메소드들

메소드 설명
SymphonyVerification ( ConnectionTable ct ) : Brunet.Connections
Verify ( Mono.Security.X509.X509Certificate certificate, ISender sender ) : bool

메소드 상세

SymphonyVerification() 공개 메소드

public SymphonyVerification ( ConnectionTable ct ) : Brunet.Connections
ct ConnectionTable
리턴 Brunet.Connections

Verify() 공개 메소드

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

프로퍼티 상세

_ct 보호되어 있는 프로퍼티

protected ConnectionTable _ct
리턴 ConnectionTable