Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Renci
SshNet
Security
KeyExchangeDiffieHellmanGroupExchangeSha256
C# 클래스 Renci.SshNet.Security.KeyExchangeDiffieHellmanGroupExchangeSha256
Represents "diffie-hellman-group-exchange-sha256" algorithm implementation.
상속:
KeyExchangeDiffieHellmanGroupExchangeShaBase
파일 보기
프로젝트 열기: sshnet/SSH.NET
1 사용 예제들
보호된 메소드들
메소드
설명
Hash
(
byte
hashBytes
) :
byte[]
Hashes the specified data bytes.
메소드 상세
Hash()
보호된
메소드
Hashes the specified data bytes.
protected
Hash
(
byte
hashBytes
) :
byte[]
hashBytes
byte
Data to hash.
리턴
byte[]