Skip to content

Fixed broken links in Pkcs12Safebag #2927

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions xml/System.Security.Cryptography.Pkcs/Pkcs12SafeBag.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<param name="bagIdValue">The Object Identifier (OID), in dotted decimal form, indicating the data type of this SafeBag.</param>
<param name="encodedBagValue">The ASN.1 BER encoded value of the SafeBag contents.</param>
<param name="skipCopy"><see langword="true"/> to store <paramref name="encodedBagValue"/> without making a defensive copy; otherwise, <see langword="false"/>. The default is <see langword="false"/>.</param>
<summary>Called from constructors in derived classes to initialize the <see cref="T:System.Security.Cryptography.Pkcs12.Pkcs12SafeBag"/> class.</summary>
<summary>Called from constructors in derived classes to initialize the <see cref="T:System.Security.Cryptography.Pkcs.Pkcs12SafeBag"/> class.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Expand All @@ -50,7 +50,7 @@
methods or properties, then methods and properties on those objects may produce nonsense results or throw exceptions due to the corrupted state.
Callers are therefore advised to only use a `true` value for the `skipCopy` parameter when they can be reasonably assured that the data will stay intact.

If the `bagIdValue` is not a legal dotted decimal format of an OID value an exception will be thrown from <xref:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.Encode> or <xref:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.TryEncode>.
If the `bagIdValue` is not a legal dotted decimal format of an OID value an exception will be thrown from <xref:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.Encode> or <xref:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.TryEncode%2A>.
]]></format>
</remarks>
<exception cref="T:System.ArgumentNullException">The <paramref name="bagIdValue"/> parameter is <see langword="null"/> or the empty string.</exception>
Expand Down Expand Up @@ -128,8 +128,8 @@
## Remarks

In the encoded structure, the SafeBag.bagValue value is tagged as `[0] EXPLICIT`. The value of this property is only the contents within the explicit tag.
The explicit tag is automatically applied by <xref:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.Encode> or <xref:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.TryEncode>,
and is removed during <xref:System.Security.Cryptography.Pkcs12.Pkcs12Info.Decode%2A> and similar methods.
The explicit tag is automatically applied by <xref:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.Encode> or <xref:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.TryEncode%2A>,
and is removed during <xref:System.Security.Cryptography.Pkcs.Pkcs12Info.Decode%2A> and similar methods.

]]></format>
</remarks>
Expand Down