C# 클래스 Zetetic.Security.Pbkdf2Hash

상속: System.Security.Cryptography.KeyedHashAlgorithm
파일 보기 프로젝트 열기: skradel/Zetetic.Security

공개 메소드들

메소드 설명
Initialize ( ) : void
Pbkdf2Hash ( ) : System

보호된 메소드들

메소드 설명
HashCore ( byte array, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

메소드 상세

HashCore() 보호된 메소드

protected HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
리턴 void

HashFinal() 보호된 메소드

protected HashFinal ( ) : byte[]
리턴 byte[]

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Pbkdf2Hash() 공개 메소드

public Pbkdf2Hash ( ) : System
리턴 System