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