Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CngKeyCreationParameters::ExportPolicy Property

 

Gets or sets the key export policy.

Namespace:   System.Security.Cryptography
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
Return to top
Show:
© 2017 Microsoft