6 references to CngExportPolicies
dotnet-dev-certs (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
40
cngPrivateKey.Key.ExportPolicy ==
CngExportPolicies
.AllowExport);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
40
cngPrivateKey.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)
106
public
CngExportPolicies
ExportPolicy => default;
System\Security\Cryptography\CngKeyCreationParameters.cs (1)
24
public
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
))]