8 references to ProviderName
System (2)
security\system\security\cryptography\x509\x509certificate2.cs (2)
1260sb.Append(cspKeyContainerInfo.ProviderName); 1394keyProvInfo.pwszProvName = asymmetricAlgorithm.CspKeyContainerInfo.ProviderName;
System.IdentityModel (3)
System\IdentityModel\CryptoHelper.cs (2)
791csp.ProviderName = rsaProvider.CspKeyContainerInfo.ProviderName; 843csp.ProviderName = rsaProvider.CspKeyContainerInfo.ProviderName;
System\IdentityModel\Tokens\RsaSecurityToken.cs (1)
89string providerName = this.keyContainerInfo.ProviderName;
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
1471if (!oldCsp.CspKeyContainerInfo.ProviderName.StartsWith("Microsoft", StringComparison.Ordinal))
WsatConfig (1)
Configuration\WsatConfiguration.cs (1)
635info.ProviderType, info.ProviderName,
WsatUI (1)
Configuration\WsatConfiguration.cs (1)
635info.ProviderType, info.ProviderName,