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: