7 writes to ProviderType
Microsoft.Build.Tasks.Core (1)
ManifestUtil\mansign2.cs (1)
482
csp.
ProviderType
= PROV_RSA_AES;
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
243
ProviderType
= pKeyProvInfo->dwProvType,
System\Security\Cryptography\CspParameters.cs (2)
63
ProviderType
= providerType;
73
ProviderType
= parameters.ProviderType;
System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (2)
117
cspParameters.
ProviderType
= provType;
150
cspParameters.
ProviderType
= provType;
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
50
csp.
ProviderType
= 24;
7 references to ProviderType
System.Security.Cryptography (7)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
105
if (cspParameters.
ProviderType
== 0)
System\Security\Cryptography\CapiHelper.Windows.cs (1)
202
int providerType = cspParameters.
ProviderType
;
System\Security\Cryptography\CspKeyContainerInfo.Windows.cs (4)
30
if (_parameters.
ProviderType
== (int)CapiHelper.ProviderType.PROV_RSA_FULL ||
31
_parameters.
ProviderType
== (int)CapiHelper.ProviderType.PROV_RSA_AES)
35
else if (_parameters.
ProviderType
== (int)CapiHelper.ProviderType.PROV_DSS_DH)
158
return _parameters.
ProviderType
;
System\Security\Cryptography\CspParameters.cs (1)
73
ProviderType = parameters.
ProviderType
;