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