C# 클래스 StopGuessing.EncryptionPrimitives.ExpensiveHashFunctionFactory

파일 보기 프로젝트 열기: Microsoft/StopGuessing

공개 메소드들

메소드 설명
Add ( string name, ExpensiveHashFunction function ) : void
Get ( string hashFunctionName ) : ExpensiveHashFunction

메소드 상세

Add() 공개 정적인 메소드

public static Add ( string name, ExpensiveHashFunction function ) : void
name string
function ExpensiveHashFunction
리턴 void

Get() 공개 정적인 메소드

public static Get ( string hashFunctionName ) : ExpensiveHashFunction
hashFunctionName string
리턴 ExpensiveHashFunction