Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Renci
SshNet
Security
Cryptography
StreamCipher
C# Class Renci.SshNet.Security.Cryptography.StreamCipher
Base class of stream cipher algorithms.
Inheritance:
SymmetricCipher
Mostra file
Open project: sshnet/SSH.NET
Protected Methods
Method
Description
StreamCipher
(
byte
key
) :
System
Initializes a new instance of the
StreamCipher
class.
Method Details
StreamCipher()
protected
method
Initializes a new instance of the
StreamCipher
class.
is
null
.
protected
StreamCipher
(
byte
key
) :
System
key
byte
The key.
return
System