2 implementations of CspKeyContainerInfo
System.Security.Cryptography (2)
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
76public CspKeyContainerInfo CspKeyContainerInfo
System\Security\Cryptography\RSACryptoServiceProvider.Unix.cs (1)
39public CspKeyContainerInfo CspKeyContainerInfo =>
3 references to CspKeyContainerInfo
Microsoft.Build.Tasks.Core (1)
ManifestUtil\CngLightup.cs (1)
539CspKeyContainerInfo cspInfo = cspAlgorithm.CspKeyContainerInfo;
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SignedXmlDebugLog.cs (2)
229if (cspKey != null && cspKey.CspKeyContainerInfo.KeyContainerName != null) 231keyName = "\"" + cspKey.CspKeyContainerInfo.KeyContainerName + "\"";