Pkcs12LoaderLimits.IgnoreEncryptedAuthSafes Property

Definition

Gets or sets a value indicating whether to ignore encrypted authentication safes.

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

Property Value

true to skip over encrypted PFX AuthSafe values; false to decrypt encrypted PFX AuthSafe values to process their contents. The default is false.

Applies to