Pkcs12LoaderLimits.IgnoreEncryptedAuthSafes プロパティ

定義

暗号化された認証セーフを無視するかどうかを示す値を取得または設定します。

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

プロパティ値

暗号化された PFX AuthSafe 値をスキップする true。暗号化された PFX AuthSafe 値を復号化してコンテンツを処理 false。 既定値は falseです。

適用対象