4 references to AllowPlaintextExport
System.Core (4)
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
245
ExportPolicy = CngExportPolicies.
AllowPlaintextExport
,
System\Security\Cryptography\ECDsaCng.cs (1)
158
ExportPolicy = CngExportPolicies.
AllowPlaintextExport
,
System\Security\Cryptography\RsaCng.cs (2)
96
ExportPolicy = CngExportPolicies.
AllowPlaintextExport
,
392
newKey.ExportPolicy |= CngExportPolicies.
AllowPlaintextExport
;