|
355 | 355 |
|
356 | 356 | The <xref:System.Security.Cryptography.Xml.SignedXml.AddObject%2A> method internally calls the <xref:System.Security.Cryptography.Xml.Signature.AddObject%2A> method of the <xref:System.Security.Cryptography.Xml.Signature> object encapsulated by the <xref:System.Security.Cryptography.Xml.SignedXml> object. You can also add a <xref:System.Security.Cryptography.Xml.DataObject> object by directly calling the <xref:System.Security.Cryptography.Xml.Signature.AddObject%2A> method from the <xref:System.Security.Cryptography.Xml.SignedXml.Signature%2A> property.
|
357 | 357 |
|
358 |
| - For more information about XML digital signatures, see the XMLDSIG specification available at www.w3.org/TR/xmldsig-core/. |
| 358 | + For more information about XML digital signatures, see the [XMLDSIG specification](https://www.w3.org/TR/xmldsig-core/). |
359 | 359 |
|
360 | 360 |
|
361 | 361 |
|
|
406 | 406 |
|
407 | 407 | The <xref:System.Security.Cryptography.Xml.SignedXml.AddReference%2A> method internally calls the <xref:System.Security.Cryptography.Xml.SignedInfo.AddReference%2A> method of the <xref:System.Security.Cryptography.Xml.SignedInfo> object encapsulated by the <xref:System.Security.Cryptography.Xml.SignedXml> object. You can also add a <xref:System.Security.Cryptography.Xml.Reference> object by directly calling the <xref:System.Security.Cryptography.Xml.SignedInfo.AddReference%2A> method from the <xref:System.Security.Cryptography.Xml.SignedXml.SignedInfo%2A> property.
|
408 | 408 |
|
409 |
| - For more information about XML digital signatures, see the XMLDSIG specification available at www.w3.org/TR/xmldsig-core/. |
| 409 | + For more information about XML digital signatures, see the [XMLDSIG specification](https://www.w3.org/TR/xmldsig-core/). |
410 | 410 |
|
411 | 411 |
|
412 | 412 |
|
|
1076 | 1076 |
|
1077 | 1077 | Use the <xref:System.Security.Cryptography.Xml.SignedXml.KeyInfo%2A> property to embed key-related information intended to help identify the key necessary for validating an XML document.
|
1078 | 1078 |
|
1079 |
| - For more information about the `<KeyInfo>` element, see the XMLDSIG specification, which is available at www.w3.org/TR/xmldsig-core/. |
| 1079 | + For more information about the `<KeyInfo>` element, see the [XMLDSIG specification](https://www.w3.org/TR/xmldsig-core/). |
1080 | 1080 |
|
1081 | 1081 |
|
1082 | 1082 |
|
|
1311 | 1311 |
|
1312 | 1312 | Use the <xref:System.Security.Cryptography.Xml.SignedXml.Signature%2A> property to retrieve the <xref:System.Security.Cryptography.Xml.Signature> object used by the <xref:System.Security.Cryptography.Xml.SignedXml> object.
|
1313 | 1313 |
|
1314 |
| - For more information about the `<Signature>` element, see the XMLDSIG specification, which is available at www.w3.org/TR/xmldsig-core/. |
| 1314 | + For more information about the `<Signature>` element, see the [XMLDSIG specification](https://www.w3.org/TR/xmldsig-core/). |
1315 | 1315 |
|
1316 | 1316 |
|
1317 | 1317 |
|
|
1436 | 1436 |
|
1437 | 1437 | Use the <xref:System.Security.Cryptography.Xml.SignedXml.SignatureMethod%2A> property to retrieve the <`SignatureMethod`> URI used by the <xref:System.Security.Cryptography.Xml.SignedXml> object. This property is read only. For more information about programmatically specifying a URI for the <`SignatureMethod`> element, see the <xref:System.Security.Cryptography.Xml.SignedInfo.SignatureMethod%2A> property.
|
1438 | 1438 |
|
1439 |
| - For more information about the `<SignatureMethod>` element, see the XMLDSIG specification, which is available at www.w3.org/TR/xmldsig-core/. |
| 1439 | + For more information about the `<SignatureMethod>` element, see the [XMLDSIG specification](https://www.w3.org/TR/xmldsig-core/). |
1440 | 1440 |
|
1441 | 1441 | ]]></format>
|
1442 | 1442 | </remarks>
|
|
1476 | 1476 |
|
1477 | 1477 | Use the <xref:System.Security.Cryptography.Xml.SignedXml.SignatureValue%2A> property to retrieve the value of the XML digital signature. This property is automatically populated when you make a successful call to the <xref:System.Security.Cryptography.Xml.SignedXml.ComputeSignature%2A> method.
|
1478 | 1478 |
|
1479 |
| - For more information about the `<SignatureValue>` element, see the XMLDSIG specification, which is available at www.w3.org/TR/xmldsig-core/. |
| 1479 | + For more information about the `<SignatureValue>` element, see the [XMLDSIG specification](https://www.w3.org/TR/xmldsig-core/). |
1480 | 1480 |
|
1481 | 1481 | ]]></format>
|
1482 | 1482 | </remarks>
|
|
1516 | 1516 |
|
1517 | 1517 | Use the <xref:System.Security.Cryptography.Xml.SignedXml.SignedInfo%2A> property to retrieve the <xref:System.Security.Cryptography.Xml.SignedInfo> object that is used by the <xref:System.Security.Cryptography.Xml.SignedXml> object to create an XML digital signature.
|
1518 | 1518 |
|
1519 |
| - For more information about the `<SignedInfo>` element, see the XMLDSIG specification, which is available at www.w3.org/TR/xmldsig-core/. |
| 1519 | + For more information about the `<SignedInfo>` element, see the [XMLDSIG specification](https://www.w3.org/TR/xmldsig-core/). |
1520 | 1520 |
|
1521 | 1521 | ]]></format>
|
1522 | 1522 | </remarks>
|
|
0 commit comments