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
=>
2 references to 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 + "\"";