Pkcs12LoaderLimits.PreserveStorageProvider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether to preserve the storage provider.
public:
property bool PreserveStorageProvider { bool get(); void set(bool value); };
public bool PreserveStorageProvider { get; set; }
member this.PreserveStorageProvider : bool with get, set
Public Property PreserveStorageProvider As Boolean
Property Value
true
to respect the storage provider identifier for a
private key; false
to ignore the storage provider
information and use the system defaults.
The default is false
.
Remarks
Storage Provider values from the PFX are only processed on the Microsoft Windows family of operating systems. This property has no effect on non-Windows systems.