Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Library
Security
HmacSha256
C# Class Library.Security.HmacSha256
显示文件
Open project: Alliance-Network/Library
Public Methods
Method
Description
ComputeHash
(
Stream
inputStream
,
byte
key
) :
byte[]
Private Methods
Method
Description
HmacSha256
( ) :
System
Method Details
ComputeHash()
public
static
method
public
static
ComputeHash
(
Stream
inputStream
,
byte
key
) :
byte[]
inputStream
Stream
key
byte
return
byte[]