Remove redundant method

This commit is contained in:
Chris Ross 2020-01-17 12:52:50 -08:00 committed by GitHub
parent 4fb0a13618
commit 328b52d056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -45,10 +45,5 @@ namespace Microsoft.AspNetCore.Testing
{
return new X509Certificate2(GetCertPath(certName), password);
}
public static X509Certificate2 GetTestCertificate(string certName, string password)
{
return new X509Certificate2(GetCertPath(certName), password);
}
}
}