C# 클래스 GSF.Security.HMAC

파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 메소드들

메소드 설명
Compute ( IDigest hash, byte key, byte data ) : byte[]
Compute ( IDigest hash, byte key, byte data, int position, int length ) : byte[]

메소드 상세

Compute() 공개 정적인 메소드

public static Compute ( IDigest hash, byte key, byte data ) : byte[]
hash IDigest
key byte
data byte
리턴 byte[]

Compute() 공개 정적인 메소드

public static Compute ( IDigest hash, byte key, byte data, int position, int length ) : byte[]
hash IDigest
key byte
data byte
position int
length int
리턴 byte[]