Skip to content

Commit 0972c6c

Browse files
Ron Petrushamairaw
authored andcommitted
Fixed broken links from latest merge to live (#3283)
1 parent e2698d2 commit 0972c6c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

xml/System.Diagnostics/DiagnosticListener.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ When you subscribe to this, you get callbacks for all NotificationListeners in t
153153
<remarks>
154154
<format type="text/markdown"><![CDATA[
155155
156-
If setup for the notification is expensive, you can call `IsEnabled` before performing this setup. Producers may optionally call `IsEnabled` before calling <xref:System.Diagnostics.DiagnosticListener.IsEnabled(System.String) in performance-critical parts of the application to determine whether there are any listeners to the <xref:System.Diagnostics.DiagnosticListener>.
156+
If setup for the notification is expensive, you can call `IsEnabled()` before performing this setup. Producers may optionally call `IsEnabled()` before calling <xref:System.Diagnostics.DiagnosticListener.IsEnabled(System.String)> in performance-critical parts of the application to determine whether there are any listeners to the <xref:System.Diagnostics.DiagnosticListener>.
157157
158158
]]></format>
159159
</remarks>

xml/System.Security.Cryptography.Pkcs/Pkcs12Builder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
## Remarks
406406
407407
This method exists for compatibility with the PKCS#12 specification, but its use is not recommended for purposes other than testing.
408-
When building a PFX that can be used by the overloads of <xref:System.Security.Cryptography.X509Certificates.X509Certificate2.%23ctor%2A> or <xref:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Import%2A?displayProperty=nameWithType> which do not accept a password parameter, use the <xref:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithMac(System.String, System.Security.Cryptography.HashAlgorithmName, System.Int32)> method with <xref:System.String.Empty?displayProperty=nameWithType> as the password.
408+
When building a PFX that can be used by the overloads of <xref:System.Security.Cryptography.X509Certificates.X509Certificate2.%23ctor%2A> or <xref:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Import%2A?displayProperty=nameWithType> which do not accept a password parameter, use the <xref:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithMac(System.String,System.Security.Cryptography.HashAlgorithmName,System.Int32)> method with <xref:System.String.Empty?displayProperty=nameWithType> as the password.
409409
410410
]]></format>
411411
</remarks>

xml/System.Security.Cryptography/DSA.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,8 +1181,9 @@ Creating the signature otherwise failed.</exception>
11811181
<format type="text/markdown"><![CDATA[
11821182
11831183
## Remarks
1184-
The default implementation of this method is to call <xref:System.Security.Cryptography.DSA.HashData(System.Byte[], System.Int32, System.Int32, System.Security.Cryptography.HashAlgorithmName)> and copy the result to `destination`.
1185-
Derived types should override this method to avoid the intermediate array creation.
1184+
The default implementation of this method is to call <xref:System.Security.Cryptography.DSA.HashData(System.Byte[],System.Int32,System.Int32,System.Security.Cryptography.HashAlgorithmName)> and copy the result to `destination`.
1185+
1186+
Derived types should override this method to avoid the intermediate array creation.
11861187
]]></format>
11871188
</remarks>
11881189
</Docs>
@@ -1536,7 +1537,7 @@ Verifying the signature otherwise failed.</exception>
15361537
<format type="text/markdown"><![CDATA[
15371538
15381539
## Remarks
1539-
The default implementation of this method calls <xref:System.Security.Cryptography.DSA.VerifySignature(System.Byte[], System.Byte[])> after copying the spans to arrays.
1540+
The default implementation of this method calls <xref:System.Security.Cryptography.DSA.VerifySignature(System.Byte[],System.Byte[])> after copying the spans to arrays.
15401541
Derived types should override this method to avoid the intermediate array creation.
15411542
]]></format>
15421543
</remarks>

0 commit comments

Comments
 (0)