C# 클래스 SimpleOneWayHashing.Models.HashingModel

파일 보기 프로젝트 열기: heiswayi/SimpleOneWayHashing

공개 메소드들

메소드 설명
ComputingResult ( ) : void
HashingModel ( ) : System
HashingModel ( string _plainText, string _salt ) : System

메소드 상세

ComputingResult() 공개 메소드

public ComputingResult ( ) : void
리턴 void

HashingModel() 공개 메소드

public HashingModel ( ) : System
리턴 System

HashingModel() 공개 메소드

public HashingModel ( string _plainText, string _salt ) : System
_plainText string
_salt string
리턴 System