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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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