CngKeyCreationParameters::ExportPolicy Property
.NET Framework (current version)
Gets or sets the key export policy.
Assembly: System.Core (in System.Core.dll)
public: property Nullable<CngExportPolicies> ExportPolicy { Nullable<CngExportPolicies> get(); void set(Nullable<CngExportPolicies> value); }
Property Value
Type: System::Nullable<CngExportPolicies>An object that specifies a key export policy. The default value is null, which indicates that the key storage provider's default export policy is set.
For information about key export policies, see the CngExportPolicies class.
.NET Framework
Available since 3.5
Available since 3.5
Show: