2 implementations of CspKeyContainerInfo
System.Security.Cryptography (2)
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
76
public CspKeyContainerInfo
CspKeyContainerInfo
System\Security\Cryptography\RSACryptoServiceProvider.Unix.cs (1)
39
public CspKeyContainerInfo
CspKeyContainerInfo
=>
3 references to CspKeyContainerInfo
Microsoft.Build.Tasks.Core (1)
ManifestUtil\CngLightup.cs (1)
539
CspKeyContainerInfo cspInfo = cspAlgorithm.
CspKeyContainerInfo
;
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 + "\"";