6 references to CngExportPolicies
dotnet-dev-certs (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
38cngPrivateKey.Key.ExportPolicy == CngExportPolicies.AllowExport);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
38cngPrivateKey.Key.ExportPolicy == CngExportPolicies.AllowExport);
System.Core (1)
System.Core.cs (1)
202[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngExportPolicies))]
System.Security.Cryptography (2)
System\Security\Cryptography\Cng.NotSupported.cs (1)
106public CngExportPolicies ExportPolicy => default;
System\Security\Cryptography\CngKeyCreationParameters.cs (1)
24public CngExportPolicies? ExportPolicy { get; set; }
System.Security.Cryptography.Cng (1)
System.Security.Cryptography.Cng.cs (1)
11[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngExportPolicies))]