You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Represents a collection of certificates replacing the default certificate trust.</summary>
229
+
<value>A collection of certificates replacing the default certificate trust.</value>
230
+
<remarks>
231
+
<formattype="text/markdown"><![CDATA[
232
+
233
+
## Remarks
234
+
235
+
The collection is respected only when <xref:System.Security.Cryptography.X509Certificates.X509ChainPolicy.CustomTrustStore> is set to <xref:System.Security.Cryptography.X509Certificates.X509ChainTrustMode.CustomRootTrust>.
<summary>The mode determining the root trust for building the certificate chain.</summary>
501
+
<value>An <seecref="T:System.Security.Cryptography.X509Certificates.X509ChainTrustMode" /> value determining the root trust.</value>
502
+
<remarks>
503
+
<formattype="text/markdown"><![CDATA[
504
+
505
+
## Remarks
506
+
507
+
When <xref:System.Security.Cryptography.X509Certificates.X509ChainTrustMode.CustomRootTrust> is used, the <xref:System.Security.Cryptography.X509Certificates.X509ChainPolicy.CustomTrustStore> will be used instead of the default root trust.
Copy file name to clipboardExpand all lines: xml/System.Security.Cryptography.X509Certificates/X509ChainTrustMode.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
<BaseTypeName>System.Enum</BaseTypeName>
14
14
</Base>
15
15
<Docs>
16
-
<summary>To be added.</summary>
16
+
<summary>The mode determining the root trust for building the certificate chain.</summary>
17
17
<remarks>To be added.</remarks>
18
18
</Docs>
19
19
<Members>
@@ -34,7 +34,7 @@
34
34
</ReturnValue>
35
35
<MemberValue>1</MemberValue>
36
36
<Docs>
37
-
<summary>To be added.</summary>
37
+
<summary>When this value is used, the <seecref="P:System.Security.Cryptography.X509Certificates.X509ChainPolicy.CustomTrustStore" /> will be used instead of the default root trust.</summary>
38
38
</Docs>
39
39
</Member>
40
40
<MemberMemberName="System">
@@ -54,7 +54,7 @@
54
54
</ReturnValue>
55
55
<MemberValue>0</MemberValue>
56
56
<Docs>
57
-
<summary>To be added.</summary>
57
+
<summary>Use the default (system) root trust.</summary>
0 commit comments