System.Security.Cryptography.SHA512.Create C# (CSharp) Method

Create() public static method

public static Create ( ) : SHA512
return SHA512
        public static new SHA512 Create()
        {
            return new Implementation();
        }

Same methods

SHA512::Create ( string hashName ) : SHA512