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

SHA256() 공개 정적인 메소드

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