C# 클래스 Signum.Services.Security

파일 보기 프로젝트 열기: signumsoftware/framework

공개 프로퍼티들

프로퍼티 타입 설명
EncodePassword byte[]>.Func

공개 메소드들

메소드 설명
GetSHA1 ( string str ) : string
MD5Hash ( string saltedPassword ) : byte[]

메소드 상세

GetSHA1() 공개 정적인 메소드

public static GetSHA1 ( string str ) : string
str string
리턴 string

MD5Hash() 공개 정적인 메소드

public static MD5Hash ( string saltedPassword ) : byte[]
saltedPassword string
리턴 byte[]

프로퍼티 상세

EncodePassword 공개적으로 정적으로 프로퍼티

public static Func EncodePassword
리턴 byte[]>.Func