3 references to ProviderType
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
439sb.AppendLine().Append(" Provider type: ").Append(cspKeyContainerInfo.ProviderType);
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (1)
267keyProvInfo.dwProvType = keyContainerInfo.ProviderType;
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
47if (rsaCsp != null && rsaCsp.CspKeyContainerInfo.ProviderType == 1)