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

プロパティ値

システム PKCS#12/PFX ローダーを呼び出すときに、この型の別のプロパティで記述されていない証明書または秘密キーの属性をそのまま保持する true。システム ローダーを呼び出す前に不明な属性を削除 false。 既定値は falseです。

適用対象