Pkcs12LoaderLimits.IgnoreEncryptedAuthSafes Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
true
to skip over encrypted PFX AuthSafe values;
false
to decrypt encrypted PFX AuthSafe values to process their
contents.
The default is false
.
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: