Pkcs12LoaderLimits.PreserveKeyName Property

Definition

Gets or sets a value indicating whether to preserve the key name.

public:
 property bool PreserveKeyName { bool get(); void set(bool value); };
public bool PreserveKeyName { get; set; }
member this.PreserveKeyName : bool with get, set
Public Property PreserveKeyName As Boolean

Property Value

true to respect the key name identifier for a private key; false to ignore the key name information and use a randomly generated identifier. The default is false.

Remarks

Key name identifier 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