Pkcs12LoaderLimits.PreserveStorageProvider Property

Definition

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.

Applies to