3 instantiations of CspKeyContainerInfo
System.Security.Cryptography (3)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (1)
198
return new
CspKeyContainerInfo
(_parameters, _randomKeyContainer);
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (1)
184
return new
CspKeyContainerInfo
(_parameters, _randomKeyContainer);
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
427
cspKeyContainerInfo = 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)
189
public
CspKeyContainerInfo
CspKeyContainerInfo
System\Security\Cryptography\ICspAsymmetricAlgorithm.cs (1)
8
CspKeyContainerInfo
CspKeyContainerInfo { get; }
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (1)
175
public
CspKeyContainerInfo
CspKeyContainerInfo
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
420
CspKeyContainerInfo
? cspKeyContainerInfo = null;
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (1)
250
private 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
))]