C# 클래스 Library.Security.HmacSha256

파일 보기 프로젝트 열기: Alliance-Network/Library

공개 메소드들

메소드 설명
ComputeHash ( Stream inputStream, byte key ) : byte[]

비공개 메소드들

메소드 설명
HmacSha256 ( ) : System

메소드 상세

ComputeHash() 공개 정적인 메소드

public static ComputeHash ( Stream inputStream, byte key ) : byte[]
inputStream Stream
key byte
리턴 byte[]