BgEngine.Infraestructure.Security.CodeFirstCrypto.SHA1 C# (CSharp) 메소드

SHA1() 공개 정적인 메소드

public static SHA1 ( string input ) : string
input string
리턴 string
        public static string SHA1(string input)
        {
            return Hash(input, "sha1");
        }