|
133 | 133 | <paramref name="unusedBitCount" /> value will be copied into the return value |
134 | 134 | as unset bits, irrespective of their value in the encoded representation. |
135 | 135 | </remarks> |
136 | | - <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadBitString(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
| 136 | + <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveBitString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
137 | 137 | <exception cref="T:System.ArgumentOutOfRangeException"> |
138 | 138 | <paramref name="ruleSet" /> is not defined. |
139 | 139 | </exception> |
|
154 | 154 | <paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not correct for |
155 | 155 | the method. |
156 | 156 | </exception> |
157 | | - <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveBitString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
| 157 | + <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadBitString(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
158 | 158 | </Docs> |
159 | 159 | </Member> |
160 | 160 | <Member MemberName="ReadBoolean"> |
|
276 | 276 | The decoded value. |
277 | 277 | </returns> |
278 | 278 | <remarks>To be added.</remarks> |
| 279 | + <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.ReadOnlySpan{System.Byte}@,System.Int32@)" /> |
279 | 280 | <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.Int32@,System.Int32@)" /> |
280 | | - <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadCharacterString(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
281 | 281 | <exception cref="T:System.ArgumentOutOfRangeException"> |
282 | 282 | <paramref name="ruleSet" /> is not defined. |
283 | 283 |
|
|
306 | 306 | <paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not the same as |
307 | 307 | <paramref name="encodingType" />. |
308 | 308 | </exception> |
309 | | - <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.ReadOnlySpan{System.Byte}@,System.Int32@)" /> |
| 309 | + <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadCharacterString(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
310 | 310 | </Docs> |
311 | 311 | </Member> |
312 | 312 | <Member MemberName="ReadEncodedValue"> |
|
1308 | 1308 | An array containing the contents of the Octet String value. |
1309 | 1309 | </returns> |
1310 | 1310 | <remarks>To be added.</remarks> |
1311 | | - <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadOctetString(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
| 1311 | + <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
1312 | 1312 | <exception cref="T:System.ArgumentOutOfRangeException"> |
1313 | 1313 | <paramref name="ruleSet" /> is not defined. |
1314 | 1314 | </exception> |
|
1329 | 1329 | <paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not correct for |
1330 | 1330 | the method. |
1331 | 1331 | </exception> |
1332 | | - <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
| 1332 | + <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadOctetString(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
1333 | 1333 | </Docs> |
1334 | 1334 | </Member> |
1335 | 1335 | <Member MemberName="ReadSequence"> |
|
1681 | 1681 | <paramref name="unusedBitCount" /> value will be copied into <paramref name="destination" /> |
1682 | 1682 | as unset bits, irrespective of their value in the encoded representation. |
1683 | 1683 | </remarks> |
1684 | | - <altmember cref="M:System.Formats.Asn1.AsnDecoder.ReadBitString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
| 1684 | + <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveBitString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
1685 | 1685 | <exception cref="T:System.ArgumentOutOfRangeException"> |
1686 | 1686 | <paramref name="ruleSet" /> is not defined. |
1687 | 1687 | </exception> |
|
1706 | 1706 |
|
1707 | 1707 | <paramref name="destination" /> overlaps <paramref name="source" />. |
1708 | 1708 | </exception> |
1709 | | - <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveBitString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
| 1709 | + <altmember cref="M:System.Formats.Asn1.AsnDecoder.ReadBitString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
1710 | 1710 | </Docs> |
1711 | 1711 | </Member> |
1712 | 1712 | <Member MemberName="TryReadCharacterString"> |
|
1766 | 1766 | <see langword="false" /> and the reader does not advance. |
1767 | 1767 | </returns> |
1768 | 1768 | <remarks>To be added.</remarks> |
1769 | | - <altmember cref="M:System.Formats.Asn1.AsnDecoder.ReadCharacterString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
| 1769 | + <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.ReadOnlySpan{System.Byte}@,System.Int32@)" /> |
1770 | 1770 | <exception cref="T:System.ArgumentOutOfRangeException"> |
1771 | 1771 | <paramref name="ruleSet" /> is not defined. |
1772 | 1772 |
|
|
1795 | 1795 | <paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not the same as |
1796 | 1796 | <paramref name="encodingType" />. |
1797 | 1797 | </exception> |
1798 | | - <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.ReadOnlySpan{System.Byte}@,System.Int32@)" /> |
| 1798 | + <altmember cref="M:System.Formats.Asn1.AsnDecoder.ReadCharacterString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
1799 | 1799 | </Docs> |
1800 | 1800 | </Member> |
1801 | 1801 | <Member MemberName="TryReadCharacterStringBytes"> |
|
1851 | 1851 | <remarks> |
1852 | 1852 | This method does not determine if the string used only characters defined by the encoding. |
1853 | 1853 | </remarks> |
| 1854 | + <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.ReadOnlySpan{System.Byte}@,System.Int32@)" /> |
1854 | 1855 | <altmember cref="M:System.Formats.Asn1.AsnDecoder.ReadCharacterString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
1855 | | - <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadCharacterString(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
1856 | 1856 | <exception cref="T:System.ArgumentOutOfRangeException"> |
1857 | 1857 | <paramref name="ruleSet" /> is not defined. |
1858 | 1858 | </exception> |
|
1877 | 1877 |
|
1878 | 1878 | <paramref name="destination" /> overlaps <paramref name="source" />. |
1879 | 1879 | </exception> |
1880 | | - <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.ReadOnlySpan{System.Byte}@,System.Int32@)" /> |
| 1880 | + <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadCharacterString(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
1881 | 1881 | </Docs> |
1882 | 1882 | </Member> |
1883 | 1883 | <Member MemberName="TryReadEncodedValue"> |
|
2150 | 2150 | otherwise, <see langword="false" />. |
2151 | 2151 | </returns> |
2152 | 2152 | <remarks>To be added.</remarks> |
2153 | | - <altmember cref="M:System.Formats.Asn1.AsnDecoder.ReadOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
| 2153 | + <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
2154 | 2154 | <exception cref="T:System.ArgumentOutOfRangeException"> |
2155 | 2155 | <paramref name="ruleSet" /> is not defined. |
2156 | 2156 | </exception> |
|
2175 | 2175 |
|
2176 | 2176 | <paramref name="destination" /> overlaps <paramref name="source" />. |
2177 | 2177 | </exception> |
2178 | | - <altmember cref="M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
| 2178 | + <altmember cref="M:System.Formats.Asn1.AsnDecoder.ReadOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})" /> |
2179 | 2179 | </Docs> |
2180 | 2180 | </Member> |
2181 | 2181 | <Member MemberName="TryReadPrimitiveBitString"> |
|
0 commit comments