3 references to ProviderName
Microsoft.Build.Tasks.Core (1)
ManifestUtil\mansign2.cs (1)
475if (!oldCsp.CspKeyContainerInfo.ProviderName.StartsWith("Microsoft", StringComparison.Ordinal))
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
438sb.AppendLine().Append(" Provider Name: ").Append(cspKeyContainerInfo.ProviderName);
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (1)
262fixed (char* provName = keyContainerInfo.ProviderName)