Implemented interface member:
property
CspKeyContainerInfo
System.Security.Cryptography.ICspAsymmetricAlgorithm.CspKeyContainerInfo
13 references to CspKeyContainerInfo
aspire (1)
Certificates\CertificateGeneration\WindowsCertificateManager.cs (1)
39
rsaPrivateKey.
CspKeyContainerInfo
.Exportable) ||
dotnet-dev-certs (1)
src\aspnetcore\src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
43
rsaPrivateKey.
CspKeyContainerInfo
.Exportable) ||
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\aspnetcore\src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
43
rsaPrivateKey.
CspKeyContainerInfo
.Exportable) ||
Microsoft.Build.Tasks.Core (4)
ManifestUtil\mansign2.cs (4)
475
if (!oldCsp.
CspKeyContainerInfo
.ProviderName.StartsWith("Microsoft", StringComparison.Ordinal))
483
csp.KeyContainerName = oldCsp.
CspKeyContainerInfo
.KeyContainerName;
484
csp.KeyNumber = (int)oldCsp.
CspKeyContainerInfo
.KeyNumber;
485
if (oldCsp.
CspKeyContainerInfo
.MachineKeyStore)
RepoTasks (1)
src\aspnetcore\src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
43
rsaPrivateKey.
CspKeyContainerInfo
.Exportable) ||
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (1)
226
clone = CopyWithPersistedCapiKey(rsaCsp.
CspKeyContainerInfo
);
System.ServiceModel.Primitives (4)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (4)
47
if (rsaCsp != null && rsaCsp.
CspKeyContainerInfo
.ProviderType == 1)
51
csp.KeyContainerName = rsaCsp.
CspKeyContainerInfo
.KeyContainerName;
52
csp.KeyNumber = (int)rsaCsp.
CspKeyContainerInfo
.KeyNumber;
53
if (rsaCsp.
CspKeyContainerInfo
.MachineKeyStore)