Skip to content

Commit f41e26e

Browse files
author
Ron Petrusha
authored
Merge pull request #2927 from rpetrusha/pkcs12safebag-links
Fixed broken links in Pkcs12Safebag
2 parents 51e8ae8 + fa8fa24 commit f41e26e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.Security.Cryptography.Pkcs/Pkcs12SafeBag.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<param name="bagIdValue">The Object Identifier (OID), in dotted decimal form, indicating the data type of this SafeBag.</param>
4141
<param name="encodedBagValue">The ASN.1 BER encoded value of the SafeBag contents.</param>
4242
<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>
43-
<summary>Called from constructors in derived classes to initialize the <see cref="T:System.Security.Cryptography.Pkcs12.Pkcs12SafeBag"/> class.</summary>
43+
<summary>Called from constructors in derived classes to initialize the <see cref="T:System.Security.Cryptography.Pkcs.Pkcs12SafeBag"/> class.</summary>
4444
<remarks>
4545
<format type="text/markdown"><![CDATA[
4646
## Remarks
@@ -50,7 +50,7 @@
5050
methods or properties, then methods and properties on those objects may produce nonsense results or throw exceptions due to the corrupted state.
5151
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.
5252
53-
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>.
53+
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>.
5454
]]></format>
5555
</remarks>
5656
<exception cref="T:System.ArgumentNullException">The <paramref name="bagIdValue"/> parameter is <see langword="null"/> or the empty string.</exception>
@@ -128,8 +128,8 @@
128128
## Remarks
129129
130130
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.
131-
The explicit tag is automatically applied by <xref:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.Encode> or <xref:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.TryEncode>,
132-
and is removed during <xref:System.Security.Cryptography.Pkcs12.Pkcs12Info.Decode%2A> and similar methods.
131+
The explicit tag is automatically applied by <xref:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.Encode> or <xref:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.TryEncode%2A>,
132+
and is removed during <xref:System.Security.Cryptography.Pkcs.Pkcs12Info.Decode%2A> and similar methods.
133133
134134
]]></format>
135135
</remarks>

0 commit comments

Comments
 (0)