9 writes to KeyContainerName
Microsoft.Build.Tasks.Core (1)
ManifestUtil\mansign2.cs (1)
483
csp.
KeyContainerName
= oldCsp.CspKeyContainerInfo.KeyContainerName;
Mono.Cecil (1)
Mono.Security.Cryptography\CryptoService.cs (1)
189
KeyContainerName
= key_container,
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
242
KeyContainerName
= Marshal.PtrToStringUni((IntPtr)(pKeyProvInfo->pwszContainerName)),
System\Security\Cryptography\CspKeyContainerInfo.Windows.cs (1)
233
parameters.
KeyContainerName
= null;
System\Security\Cryptography\CspParameters.cs (2)
65
KeyContainerName
= keyContainerName;
75
KeyContainerName
= parameters.KeyContainerName;
System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
55
KeyContainerName
= keyName,
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (1)
426
KeyContainerName
= keyName,
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
51
csp.
KeyContainerName
= rsaCsp.CspKeyContainerInfo.KeyContainerName;
7 references to KeyContainerName
System.Security.Cryptography (7)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
111
string keyName = cspParameters.
KeyContainerName
!;
System\Security\Cryptography\CapiHelper.Windows.cs (4)
175
Debug.Assert(cspParameters.
KeyContainerName
== null);
225
if (null != cspParameters.
KeyContainerName
)
227
containerName = cspParameters.
KeyContainerName
;
691
if (parameters.
KeyContainerName
== null && !IsFlagBitSet((uint)parameters.Flags,
System\Security\Cryptography\CspKeyContainerInfo.Windows.cs (1)
97
return _parameters.
KeyContainerName
;
System\Security\Cryptography\CspParameters.cs (1)
75
KeyContainerName = parameters.
KeyContainerName
;