3 instantiations of CspKeyContainerInfo
System.Security.Cryptography (3)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (1)
198return new CspKeyContainerInfo(_parameters, _randomKeyContainer);
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (1)
184return new CspKeyContainerInfo(_parameters, _randomKeyContainer);
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
427cspKeyContainerInfo = new CspKeyContainerInfo(parameters);
8 references to CspKeyContainerInfo
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
869[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CspKeyContainerInfo))]
netstandard (1)
netstandard.cs (1)
1860[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CspKeyContainerInfo))]
System.Security.Cryptography (5)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (1)
189public CspKeyContainerInfo CspKeyContainerInfo
System\Security\Cryptography\ICspAsymmetricAlgorithm.cs (1)
8CspKeyContainerInfo CspKeyContainerInfo { get; }
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (1)
175public CspKeyContainerInfo CspKeyContainerInfo
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
420CspKeyContainerInfo? cspKeyContainerInfo = null;
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (1)
250private unsafe CertificatePal? CopyWithPersistedCapiKey(CspKeyContainerInfo keyContainerInfo)
System.Security.Cryptography.Csp (1)
System.Security.Cryptography.Csp.cs (1)
5[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CspKeyContainerInfo))]