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