Remove redundant method
This commit is contained in:
parent
4fb0a13618
commit
328b52d056
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue