C# 클래스 PerplexMail.SecurityDrivenDotNet.HKDF

상속: System.Security.Cryptography.DeriveBytes
파일 보기 프로젝트 열기: PerplexInternetmarketing/PerplexMail-for-Umbraco 1 사용 예제들

공개 메소드들

메소드 설명
GetBytes ( int countBytes ) : byte[]
HKDF ( Func hmacFactory, byte ikm, byte salt = null, byte context = null ) : System
Reset ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetBytes() 공개 메소드

public GetBytes ( int countBytes ) : byte[]
countBytes int
리턴 byte[]

HKDF() 공개 메소드

public HKDF ( Func hmacFactory, byte ikm, byte salt = null, byte context = null ) : System
hmacFactory Func
ikm byte
salt byte
context byte
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void