10 references to ProviderType
System (2)
security\system\security\cryptography\x509\x509certificate2.cs (2)
1262sb.Append(cspKeyContainerInfo.ProviderType); 1395keyProvInfo.dwProvType = (uint) asymmetricAlgorithm.CspKeyContainerInfo.ProviderType;
System.IdentityModel (6)
System\IdentityModel\CryptoHelper.cs (2)
789if ( PROV_RSA_AES == rsaProvider.CspKeyContainerInfo.ProviderType ) 841if ( PROV_RSA_AES == rsaProvider.CspKeyContainerInfo.ProviderType )
System\IdentityModel\Tokens\RsaSecurityToken.cs (1)
90uint providerType = (uint)this.keyContainerInfo.ProviderType;
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (3)
54if (rsaCsp != null && rsaCsp.CspKeyContainerInfo.ProviderType == 1) 437if ((rsaCsp.CspKeyContainerInfo.ProviderType == 1 || rsaCsp.CspKeyContainerInfo.ProviderType == 12) && !rsaCsp.CspKeyContainerInfo.HardwareDevice)
WsatConfig (1)
Configuration\WsatConfiguration.cs (1)
635info.ProviderType, info.ProviderName,
WsatUI (1)
Configuration\WsatConfiguration.cs (1)
635info.ProviderType, info.ProviderName,