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

属性值

true 跳过加密的 PFX AuthSafe 值;false 解密加密的 PFX AuthSafe 值以处理其内容。 默认值为 false

适用于