|
52 | 52 | <Parameters />
|
53 | 53 | <Docs>
|
54 | 54 | <summary>Initializes a new instance of the <see cref="T:System.Web.Configuration.FormsAuthenticationCredentials" /> class.</summary>
|
55 |
| - <remarks> |
56 |
| - <format type="text/markdown"><![CDATA[ |
57 |
| -
|
58 |
| -## Examples |
59 |
| - The following code example shows how to create a <xref:System.Web.Configuration.FormsAuthenticationCredentials> object. |
60 |
| -
|
61 |
| - :::code language="csharp" source="~/snippets/csharp/VS_Snippets_WebNet/System.Web.Configuration.FormsAuthenticationCredentials/CS/formsauthenticationcredentials.cs" id="Snippet2"::: |
62 |
| - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_WebNet/System.Web.Configuration.FormsAuthenticationCredentials/VB/formsauthenticationcredentials.vb" id="Snippet2"::: |
63 |
| -
|
64 |
| - ]]></format> |
65 |
| - </remarks> |
| 55 | + <remarks>To be added.</remarks> |
66 | 56 | </Docs>
|
67 | 57 | </Member>
|
68 | 58 | <Member MemberName="PasswordFormat">
|
|
90 | 80 | <Docs>
|
91 | 81 | <summary>Gets or sets the password format.</summary>
|
92 | 82 | <value>One of the <see cref="T:System.Web.Configuration.FormsAuthPasswordFormat" /> values.</value>
|
93 |
| - <remarks> |
94 |
| - <format type="text/markdown"><![CDATA[ |
95 |
| -
|
96 |
| -## Examples |
97 |
| - The following code example shows how to access the <xref:System.Web.Configuration.FormsAuthenticationCredentials.PasswordFormat%2A> property. Refer to the code example in the <xref:System.Web.Configuration.FormsAuthenticationCredentials> class topic to learn how to get the section. |
98 |
| -
|
99 |
| - :::code language="csharp" source="~/snippets/csharp/VS_Snippets_WebNet/System.Web.Configuration.FormsAuthenticationCredentials/CS/formsauthenticationcredentials.cs" id="Snippet3"::: |
100 |
| - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_WebNet/System.Web.Configuration.FormsAuthenticationCredentials/VB/formsauthenticationcredentials.vb" id="Snippet3"::: |
101 |
| -
|
102 |
| - ]]></format> |
103 |
| - </remarks> |
| 83 | + <remarks>To be added.</remarks> |
104 | 84 | <altmember cref="T:System.Web.Configuration.FormsAuthPasswordFormat" />
|
105 | 85 | </Docs>
|
106 | 86 | </Member>
|
|
157 | 137 | <Docs>
|
158 | 138 | <summary>Gets the users' names and password credentials.</summary>
|
159 | 139 | <value>A <see cref="T:System.Web.Configuration.FormsAuthenticationUserCollection" /> that contains the users' names and password credentials.</value>
|
160 |
| - <remarks> |
161 |
| - <format type="text/markdown"><![CDATA[ |
162 |
| -
|
163 |
| -## Examples |
164 |
| - The following code example shows how to use the <xref:System.Web.Configuration.FormsAuthenticationCredentials.Users%2A> property. Refer to the code example in the <xref:System.Web.Configuration.FormsAuthenticationCredentials> class topic to learn how to get the section. |
165 |
| -
|
166 |
| - :::code language="csharp" source="~/snippets/csharp/VS_Snippets_WebNet/System.Web.Configuration.FormsAuthenticationCredentials/CS/formsauthenticationcredentials.cs" id="Snippet4"::: |
167 |
| - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_WebNet/System.Web.Configuration.FormsAuthenticationCredentials/VB/formsauthenticationcredentials.vb" id="Snippet4"::: |
168 |
| -
|
169 |
| - ]]></format> |
170 |
| - </remarks> |
| 140 | + <remarks>To be added.</remarks> |
171 | 141 | <altmember cref="T:System.Web.Configuration.FormsAuthenticationUserCollection" />
|
172 | 142 | <altmember cref="T:System.Web.Configuration.FormsAuthenticationUser" />
|
173 | 143 | </Docs>
|
|
0 commit comments