C# 클래스 Brunet.Security.BroadcastRevocationHandler

A certificate handler for GroupVPN, provides the ability to revoke certificates by username alone rather then revoking individual certificates.
상속: ICertificateVerification, IDataHandler
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PType Brunet.Util.PType

보호된 프로퍼티들

프로퍼티 타입 설명
_ca_cert Certificate
_ch CertificateHandler
_revoked_users System.Collections.Hashtable
_so Brunet.Security.SecurityOverlord

공개 메소드들

메소드 설명
BroadcastRevocationHandler ( Certificate ca_cert, Brunet.Security.SecurityOverlord so ) : Brunet.Messaging
HandleData ( MemBlock data, ISender ret, object state ) : void

Parses an incoming revocation and updates the revoked users hashtable if successful.

Verify ( Mono.Security.X509.X509Certificate x509, Brunet sender ) : bool

True upon a non-revoked certificate, an exception otherwise.

메소드 상세

BroadcastRevocationHandler() 공개 메소드

public BroadcastRevocationHandler ( Certificate ca_cert, Brunet.Security.SecurityOverlord so ) : Brunet.Messaging
ca_cert Certificate
so Brunet.Security.SecurityOverlord
리턴 Brunet.Messaging

HandleData() 공개 메소드

Parses an incoming revocation and updates the revoked users hashtable if successful.
public HandleData ( MemBlock data, ISender ret, object state ) : void
data Brunet.Util.MemBlock
ret ISender
state object
리턴 void

Verify() 공개 메소드

True upon a non-revoked certificate, an exception otherwise.
public Verify ( Mono.Security.X509.X509Certificate x509, Brunet sender ) : bool
x509 Mono.Security.X509.X509Certificate
sender Brunet
리턴 bool

프로퍼티 상세

PType 공개적으로 정적으로 프로퍼티

public static PType,Brunet.Util PType
리턴 Brunet.Util.PType

_ca_cert 보호되어 있는 프로퍼티

protected Certificate,Brunet.Security _ca_cert
리턴 Certificate

_ch 보호되어 있는 프로퍼티

protected CertificateHandler,Brunet.Security _ch
리턴 CertificateHandler

_revoked_users 보호되어 있는 프로퍼티

protected Hashtable,System.Collections _revoked_users
리턴 System.Collections.Hashtable

_so 보호되어 있는 프로퍼티

protected SecurityOverlord,Brunet.Security _so
리턴 Brunet.Security.SecurityOverlord