Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Renci
SshNet
Security
KeyExchangeDiffieHellmanGroupExchangeSha256
C# Class Renci.SshNet.Security.KeyExchangeDiffieHellmanGroupExchangeSha256
Represents "diffie-hellman-group-exchange-sha256" algorithm implementation.
Inheritance:
KeyExchangeDiffieHellmanGroupExchangeShaBase
Mostrar archivo
Open project: sshnet/SSH.NET
Class Usage Examples
Protected Methods
Method
Description
Hash
(
byte
hashBytes
) :
byte[]
Hashes the specified data bytes.
Method Details
Hash()
protected
method
Hashes the specified data bytes.
protected
Hash
(
byte
hashBytes
) :
byte[]
hashBytes
byte
Data to hash.
return
byte[]