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