4 references to KeyNumber
Microsoft.Build.Tasks.Core (1)
ManifestUtil\mansign2.cs (1)
484csp.KeyNumber = (int)oldCsp.CspKeyContainerInfo.KeyNumber;
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
440sb.AppendLine().Append(" Key Spec: ").Append(cspKeyContainerInfo.KeyNumber);
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (1)
268keyProvInfo.dwKeySpec = (int)keyContainerInfo.KeyNumber;
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
52csp.KeyNumber = (int)rsaCsp.CspKeyContainerInfo.KeyNumber;