C# 클래스 PassFruit.Security.Cryptography.HmacSha256

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

공개 메소드들

메소드 설명
Compute ( byte message, byte key ) : byte[]

보호된 메소드들

메소드 설명
PlatformSpecificCompute ( byte message, byte key ) : byte[]

메소드 상세

Compute() 공개 메소드

public Compute ( byte message, byte key ) : byte[]
message byte
key byte
리턴 byte[]

PlatformSpecificCompute() 보호된 추상적인 메소드

protected abstract PlatformSpecificCompute ( byte message, byte key ) : byte[]
message byte
key byte
리턴 byte[]