Skip to content

Commit b430802

Browse files
committed
Remove trailing space
1 parent a349f8e commit b430802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Security.Cryptography/docs/X509CertificateLoader.SecurityDesign.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ As the expected maximum number of attributes on a single item is 4, and hostile
315315
## Pkcs12LoaderLimits to PKCS#12 routines
316316

317317
* static Defaults: Provides an immutable instance of the limits utilized when no other limits are specified.
318-
* Is defined in terms of the behavior of the default constructor for the type.
318+
* Is defined in terms of the behavior of the default constructor for the type.
319319
* static DangerousNoLimits: Provides an immutable instance of a lack of limits. Has special ReferenceEquals semantics on Windows to jump straight to PFXImportCertStore with no .NET-side filtering.
320320
* MacIterationLimit: Specifies the maximum number of permissible iterations for the KDF for the PFX MAC (if present), or null for no limit. Default is 300,000.
321321
* IndividualKdfIterationLimit: Specifies the maximum number of permissible iterations for the KDF to a single PKCS#8 EncryptedPrivateKey or a single encrypted SafeContents value, or null for no limit. Default is 300,000.

0 commit comments

Comments
 (0)