Pkcs12LoaderLimits.PreserveUnknownAttributes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出是否要保留未知的屬性。
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
。