C# Класс Renci.SshNet.Security.Cryptography.StreamCipher

Base class of stream cipher algorithms.
Наследование: SymmetricCipher
Показать файл Открыть проект

Защищенные методы

Метод Описание
StreamCipher ( byte key ) : System

Initializes a new instance of the StreamCipher class.

Описание методов

StreamCipher() защищенный Метод

Initializes a new instance of the StreamCipher class.
is null.
protected StreamCipher ( byte key ) : System
key byte The key.
Результат System