Implemented interface member:
property
CspKeyContainerInfo
System.Security.Cryptography.ICspAsymmetricAlgorithm.CspKeyContainerInfo
11 references to CspKeyContainerInfo
dotnet-dev-certs (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
38rsaPrivateKey.CspKeyContainerInfo.Exportable) ||
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
38rsaPrivateKey.CspKeyContainerInfo.Exportable) ||
Microsoft.Build.Tasks.Core (4)
ManifestUtil\mansign2.cs (4)
475if (!oldCsp.CspKeyContainerInfo.ProviderName.StartsWith("Microsoft", StringComparison.Ordinal)) 483csp.KeyContainerName = oldCsp.CspKeyContainerInfo.KeyContainerName; 484csp.KeyNumber = (int)oldCsp.CspKeyContainerInfo.KeyNumber; 485if (oldCsp.CspKeyContainerInfo.MachineKeyStore)
System.Security.Cryptography (1)
System\Security\Cryptography\RSACryptoServiceProvider.Unix.cs (1)
40throw new PlatformNotSupportedException(SR.Format(SR.Cryptography_CAPI_Required, nameof(CspKeyContainerInfo)));
System.ServiceModel.Primitives (4)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (4)
47if (rsaCsp != null && rsaCsp.CspKeyContainerInfo.ProviderType == 1) 51csp.KeyContainerName = rsaCsp.CspKeyContainerInfo.KeyContainerName; 52csp.KeyNumber = (int)rsaCsp.CspKeyContainerInfo.KeyNumber; 53if (rsaCsp.CspKeyContainerInfo.MachineKeyStore)