4 references to KeyContainerName
Microsoft.Build.Tasks.Core (1)
ManifestUtil\mansign2.cs (1)
483csp.KeyContainerName = oldCsp.CspKeyContainerInfo.KeyContainerName;
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SignedXmlDebugLog.cs (2)
229if (cspKey != null && cspKey.CspKeyContainerInfo.KeyContainerName != null) 231keyName = "\"" + cspKey.CspKeyContainerInfo.KeyContainerName + "\"";
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
51csp.KeyContainerName = rsaCsp.CspKeyContainerInfo.KeyContainerName;