We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfa969 commit 58eca55Copy full SHA for 58eca55
src/Microsoft.Data.SqlClient/tests/ManualTests/AlwaysEncrypted/CspProviderExt.cs
@@ -162,7 +162,7 @@ public void TestRoundTripWithCSPAndCertStoreProvider()
162
public void TestEncryptDecryptWithCSP(string connectionString)
163
{
164
string providerName = @"Microsoft Enhanced RSA and AES Cryptographic Provider";
165
- string keyIdentifier = DataTestUtility.GetUniqueNameForSqlServer("CSP");
+ string keyIdentifier = DataTestUtility.GetLongName("CSP");
166
167
try
168
0 commit comments