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