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