2 references to ColumnEncryptionSystemProviderNamePrefix
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (2)
182if (key.StartsWith(ADP.ColumnEncryptionSystemProviderNamePrefix, StringComparison.InvariantCultureIgnoreCase)) 184throw SQL.InvalidCustomKeyStoreProviderName(key, ADP.ColumnEncryptionSystemProviderNamePrefix);