File tree Expand file tree Collapse file tree 1 file changed +35
-7
lines changed
xml/System.Security.Cryptography.Pkcs Expand file tree Collapse file tree 1 file changed +35
-7
lines changed Original file line number Diff line number Diff line change 59
59
<Parameter Name =" asnEncodedData" Type =" System.Security.Cryptography.AsnEncodedData" Index =" 0" FrameworkAlternate =" dotnet-plat-ext-3.0" />
60
60
</Parameters >
61
61
<Docs >
62
- <param name =" asnEncodedData" >To be added.</param >
63
- <summary >To be added.</summary >
64
- <remarks >To be added.</remarks >
62
+ <param name =" asnEncodedData" >The ASN.1 encoded attribute to add to the document.</param >
63
+ <summary >Adds the specified attribute to the current document.</summary >
64
+ <remarks >
65
+ <format type =" text/markdown" ><![CDATA[
66
+
67
+ If the specified attribute already exists in the document, it is merged with the existing one.
68
+
69
+ The document is re-encoded after the addition.
70
+
71
+ ]]> </format >
72
+ </remarks >
73
+ <exception cref =" T:System.Security.Cryptography.CryptographicException" >Cannot find the original signer.
74
+
75
+ -or-
76
+
77
+ ASN1 corrupted data.</exception >
65
78
</Docs >
66
79
</Member >
67
80
<Member MemberName =" Certificate" >
593
606
<Parameter Name =" asnEncodedData" Type =" System.Security.Cryptography.AsnEncodedData" Index =" 0" FrameworkAlternate =" dotnet-plat-ext-3.0" />
594
607
</Parameters >
595
608
<Docs >
596
- <param name =" asnEncodedData" >To be added.</param >
597
- <summary >To be added.</summary >
598
- <remarks >To be added.</remarks >
609
+ <param name =" asnEncodedData" >The ASN.1 encoded attribute to remove from the document.</param >
610
+ <summary >Removes the specified attribute from the current document.</summary >
611
+ <remarks >
612
+ <format type =" text/markdown" ><![CDATA[
613
+
614
+ The document is re-encoded after the removal.
615
+
616
+ ]]> </format >
617
+ </remarks >
618
+ <exception cref =" T:System.Security.Cryptography.CryptographicException" >Cannot find the original signer.
619
+
620
+ -or-
621
+
622
+ Attribute not found.
623
+
624
+ -or-
625
+
626
+ ASN1 corrupted data.</exception >
599
627
</Docs >
600
628
</Member >
601
629
<Member MemberName =" SignatureAlgorithm" >
810
838
</Docs >
811
839
</Member >
812
840
</Members >
813
- </Type >
841
+ </Type >
You can’t perform that action at this time.
0 commit comments