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 =>
2 references to CspKeyContainerInfo
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SignedXmlDebugLog.cs (2)
229if (cspKey != null && cspKey.CspKeyContainerInfo.KeyContainerName != null) 231keyName = "\"" + cspKey.CspKeyContainerInfo.KeyContainerName + "\"";