C# 클래스 Schumix.Libraries.Crypto

파일 보기 프로젝트 열기: Schumix/Schumix2

공개 메소드들

메소드 설명
Crypto ( ) : System
Md5 ( string value ) : string
Sha1 ( string value ) : string

메소드 상세

Crypto() 공개 메소드

public Crypto ( ) : System
리턴 System

Md5() 공개 정적인 메소드

public static Md5 ( string value ) : string
value string
리턴 string

Sha1() 공개 정적인 메소드

public static Sha1 ( string value ) : string
value string
리턴 string