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

适用于