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