6 writes to ProviderName
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
241
ProviderName
= Marshal.PtrToStringUni((IntPtr)(pKeyProvInfo->pwszProvName)),
System\Security\Cryptography\CapiHelper.Windows.cs (1)
213
cspParameters.
ProviderName
= providerName;
System\Security\Cryptography\CspParameters.cs (2)
64
ProviderName
= providerName;
74
ProviderName
= parameters.ProviderName;
System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
54
ProviderName
= provider.Provider,
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (1)
427
ProviderName
= provName,
5 references to ProviderName
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
110
string keyStorageProvider = cspParameters.
ProviderName
!;
System\Security\Cryptography\CapiHelper.Windows.cs (2)
206
if (null != cspParameters.
ProviderName
)
208
providerName = cspParameters.
ProviderName
;
System\Security\Cryptography\CspKeyContainerInfo.Windows.cs (1)
147
return _parameters.
ProviderName
;
System\Security\Cryptography\CspParameters.cs (1)
74
ProviderName = parameters.
ProviderName
;