Pkcs12LoaderLimits.IgnorePrivateKeys 屬性

定義

取得或設定值,指出是否忽略私鑰。

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

屬性值

true 略過載入私鑰;false 載入憑證和私鑰。 預設值為 false

適用於