C# 클래스 Brunet.Security.Transport.SecureEdge

Provides a Security Wrapper for generic Edges. Basically binds a SecurityAssociation to an Edge, so that all traffic must traverse the SecurityAssociation. This clsas is thread-safe.
상속: WrapperEdge, IDataHandler
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SA SecurityAssociation

공개 메소드들

메소드 설명
Close ( ) : bool
SecureEdge ( Edge edge, SecurityAssociation sa ) : Brunet
Send ( ICopyable data ) : void

Pushes the data to the SecurityAssociation who will send it over the underlying edge.

ToString ( ) : string

메소드 상세

Close() 공개 메소드

public Close ( ) : bool
리턴 bool

SecureEdge() 공개 메소드

public SecureEdge ( Edge edge, SecurityAssociation sa ) : Brunet
edge Edge
sa SecurityAssociation
리턴 Brunet

Send() 공개 메소드

Pushes the data to the SecurityAssociation who will send it over the underlying edge.
public Send ( ICopyable data ) : void
data ICopyable
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

SA 공개적으로 프로퍼티

The Security provider.
public SecurityAssociation SA
리턴 SecurityAssociation