共用方式為


Pkcs12LoaderLimits.PreserveUnknownAttributes 屬性

定義

取得或設定值,指出是否要保留未知的屬性。

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

屬性值

true 在叫用系統 PKCS#12/PFX 載入器時,保留此類型上其他屬性未描述的任何憑證或私鑰屬性;false 在叫用系統載入器之前移除未知的屬性。 預設值為 false

適用於