1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
|
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Web.ApplicationServices</name>
</assembly>
<members>
<member name="E:System.Web.Security.MembershipProvider.ValidatingPassword">
<summary>Occurs when a user is created, a password is changed, or a password is reset.</summary>
</member>
<member name="M:System.Web.Hosting.CustomLoaderAttribute.#ctor(System.Type)">
<summary>[Supported in the .NET Framework 4.5.1 and later versions] Initializes a new instance of the <see cref="T:System.Web.Hosting.CustomLoaderAttribute" /> class.</summary>
</member>
<member name="M:System.Web.Security.MembershipCreateUserException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Web.Security.MembershipCreateUserException" /> class.</summary>
</member>
<member name="M:System.Web.Security.MembershipCreateUserException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.Web.Security.MembershipCreateUserException" /> class with the supplied serialization information and context.</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
</member>
<member name="M:System.Web.Security.MembershipCreateUserException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Web.Security.MembershipCreateUserException" /> class and sets the <see cref="P:System.Exception.Message" /> property to the supplied <paramref name="message" /> parameter value</summary>
<param name="message">A description of the reason for the exception.</param>
</member>
<member name="M:System.Web.Security.MembershipCreateUserException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:System.Web.Security.MembershipCreateUserException" /> class and sets the <see cref="P:System.Exception.Message" /> property to the supplied <paramref name="message" /> and the <see cref="P:System.Exception.InnerException" /> property to the supplied <paramref name="innerException" />.</summary>
<param name="message">A description of the reason for the exception.</param>
<param name="innerException">The exception that caused the <see cref="T:System.Web.Security.MembershipCreateUserException" />.</param>
</member>
<member name="M:System.Web.Security.MembershipCreateUserException.#ctor(System.Web.Security.MembershipCreateStatus)">
<summary>Initializes a new instance of the <see cref="T:System.Web.Security.MembershipCreateUserException" /> class with the specified <see cref="P:System.Web.Security.MembershipCreateUserException.StatusCode" /> value.</summary>
<param name="statusCode">A <see cref="T:System.Web.Security.MembershipCreateStatus" /> enumeration value that describes the reason for the exception.</param>
</member>
<member name="M:System.Web.Security.MembershipCreateUserException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with the data needed to serialize the target object.</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to populate with data.</param>
<param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> that specifies the destination for this serialization.</param>
</member>
<member name="M:System.Web.Security.MembershipPasswordException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Web.Security.MembershipPasswordException" /> class. </summary>
</member>
<member name="M:System.Web.Security.MembershipPasswordException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.Web.Security.MembershipPasswordException" /> class with the supplied serialization information and context. </summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
</member>
<member name="M:System.Web.Security.MembershipPasswordException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Web.Security.MembershipPasswordException" /> class and sets the <see cref="P:System.Exception.Message" /> property to the supplied <paramref name="message" />.</summary>
<param name="message">A description of the reason for the exception.</param>
</member>
<member name="M:System.Web.Security.MembershipPasswordException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:System.Web.Security.MembershipPasswordException" /> class and sets the <see cref="P:System.Exception.Message" /> property to the supplied <paramref name="message" /> and the <see cref="P:System.Exception.InnerException" /> property to the supplied <paramref name="innerException" />.</summary>
<param name="message">A description of the reason for the exception.</param>
<param name="innerException">The exception that caused the <see cref="T:System.Web.Security.MembershipPasswordException" />.</param>
</member>
<member name="M:System.Web.Security.MembershipProvider.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Web.Security.MembershipProvider" /> class.</summary>
</member>
<member name="M:System.Web.Security.MembershipProvider.ChangePassword(System.String,System.String,System.String)">
<summary>Processes a request to update the password for a membership user.</summary>
<param name="username">The user to update the password for. </param>
<param name="oldPassword">The current password for the specified user. </param>
<param name="newPassword">The new password for the specified user. </param>
<returns>
<see langword="true" /> if the password was updated successfully; otherwise, <see langword="false" />.</returns>
</member>
<member name="M:System.Web.Security.MembershipProvider.ChangePasswordQuestionAndAnswer(System.String,System.String,System.String,System.String)">
<summary>Processes a request to update the password question and answer for a membership user.</summary>
<param name="username">The user to change the password question and answer for. </param>
<param name="password">The password for the specified user. </param>
<param name="newPasswordQuestion">The new password question for the specified user. </param>
<param name="newPasswordAnswer">The new password answer for the specified user. </param>
<returns>
<see langword="true" /> if the password question and answer are updated successfully; otherwise, <see langword="false" />.</returns>
</member>
<member name="M:System.Web.Security.MembershipProvider.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)">
<summary>Adds a new membership user to the data source.</summary>
<param name="username">The user name for the new user. </param>
<param name="password">The password for the new user. </param>
<param name="email">The e-mail address for the new user.</param>
<param name="passwordQuestion">The password question for the new user.</param>
<param name="passwordAnswer">The password answer for the new user</param>
<param name="isApproved">Whether or not the new user is approved to be validated.</param>
<param name="providerUserKey">The unique identifier from the membership data source for the user.</param>
<param name="status">A <see cref="T:System.Web.Security.MembershipCreateStatus" /> enumeration value indicating whether the user was created successfully.</param>
<returns>A <see cref="T:System.Web.Security.MembershipUser" /> object populated with the information for the newly created user.</returns>
</member>
<member name="M:System.Web.Security.MembershipProvider.DecryptPassword(System.Byte[])">
<summary>Decrypts an encrypted password.</summary>
<param name="encodedPassword">A byte array that contains the encrypted password to decrypt.</param>
<returns>A byte array that contains the decrypted password.</returns>
<exception cref="T:System.Configuration.Provider.ProviderException">The <see cref="P:System.Web.Configuration.MachineKeySection.ValidationKey" /> property or <see cref="P:System.Web.Configuration.MachineKeySection.DecryptionKey" /> property is set to <see langword="AutoGenerate" />.</exception>
<exception cref="T:System.PlatformNotSupportedException">This method is not available. This can occur if the application targets the .NET Framework 4 Client Profile. To prevent this exception, override the method, or change the application to target the full version of the .NET Framework.</exception>
</member>
<member name="M:System.Web.Security.MembershipProvider.DeleteUser(System.String,System.Boolean)">
<summary>Removes a user from the membership data source. </summary>
<param name="username">The name of the user to delete.</param>
<param name="deleteAllRelatedData">
<see langword="true" /> to delete data related to the user from the database; <see langword="false" /> to leave data related to the user in the database.</param>
<returns>
<see langword="true" /> if the user was successfully deleted; otherwise, <see langword="false" />.</returns>
</member>
<member name="M:System.Web.Security.MembershipProvider.EncryptPassword(System.Byte[])">
<summary>Encrypts a password.</summary>
<param name="password">A byte array that contains the password to encrypt.</param>
<returns>A byte array that contains the encrypted password.</returns>
<exception cref="T:System.Configuration.Provider.ProviderException">The <see cref="P:System.Web.Configuration.MachineKeySection.ValidationKey" /> property or <see cref="P:System.Web.Configuration.MachineKeySection.DecryptionKey" /> property is set to <see langword="AutoGenerate" />.</exception>
<exception cref="T:System.PlatformNotSupportedException">This method is not available. This can occur if the application targets the .NET Framework 4 Client Profile. To prevent this exception, override the method, or change the application to target the full version of the .NET Framework.</exception>
</member>
<member name="M:System.Web.Security.MembershipProvider.EncryptPassword(System.Byte[],System.Web.Configuration.MembershipPasswordCompatibilityMode)">
<summary>Encrypts the specified password using the specified password-compatibility mode.</summary>
<param name="password">A byte array that contains the password to encrypt.</param>
<param name="legacyPasswordCompatibilityMode">The membership password-compatibility mode.</param>
<returns>A byte array that contains the encrypted password.</returns>
<exception cref="T:System.Configuration.Provider.ProviderException">The <see cref="P:System.Web.Configuration.MachineKeySection.ValidationKey" /> property or <see cref="P:System.Web.Configuration.MachineKeySection.DecryptionKey" /> property is set to <see langword="AutoGenerate" />.</exception>
<exception cref="T:System.PlatformNotSupportedException">This method is not available. This can occur if the application targets the .NET Framework 4 Client Profile. To prevent this exception, override the method, or change the application to target the full version of the .NET Framework.</exception>
</member>
<member name="M:System.Web.Security.MembershipProvider.FindUsersByEmail(System.String,System.Int32,System.Int32,System.Int32@)">
<summary>Gets a collection of membership users where the e-mail address contains the specified e-mail address to match.</summary>
<param name="emailToMatch">The e-mail address to search for.</param>
<param name="pageIndex">The index of the page of results to return. <paramref name="pageIndex" /> is zero-based.</param>
<param name="pageSize">The size of the page of results to return.</param>
<param name="totalRecords">The total number of matched users.</param>
<returns>A <see cref="T:System.Web.Security.MembershipUserCollection" /> collection that contains a page of <paramref name="pageSize" /><see cref="T:System.Web.Security.MembershipUser" /> objects beginning at the page specified by <paramref name="pageIndex" />.</returns>
</member>
<member name="M:System.Web.Security.MembershipProvider.FindUsersByName(System.String,System.Int32,System.Int32,System.Int32@)">
<summary>Gets a collection of membership users where the user name contains the specified user name to match.</summary>
<param name="usernameToMatch">The user name to search for.</param>
<param name="pageIndex">The index of the page of results to return. <paramref name="pageIndex" /> is zero-based.</param>
<param name="pageSize">The size of the page of results to return.</param>
<param name="totalRecords">The total number of matched users.</param>
<returns>A <see cref="T:System.Web.Security.MembershipUserCollection" /> collection that contains a page of <paramref name="pageSize" /><see cref="T:System.Web.Security.MembershipUser" /> objects beginning at the page specified by <paramref name="pageIndex" />.</returns>
</member>
<member name="M:System.Web.Security.MembershipProvider.GetAllUsers(System.Int32,System.Int32,System.Int32@)">
<summary>Gets a collection of all the users in the data source in pages of data.</summary>
<param name="pageIndex">The index of the page of results to return. <paramref name="pageIndex" /> is zero-based.</param>
<param name="pageSize">The size of the page of results to return.</param>
<param name="totalRecords">The total number of matched users.</param>
<returns>A <see cref="T:System.Web.Security.MembershipUserCollection" /> collection that contains a page of <paramref name="pageSize" /><see cref="T:System.Web.Security.MembershipUser" /> objects beginning at the page specified by <paramref name="pageIndex" />.</returns>
</member>
<member name="M:System.Web.Security.MembershipProvider.GetNumberOfUsersOnline">
<summary>Gets the number of users currently accessing the application.</summary>
<returns>The number of users currently accessing the application.</returns>
</member>
<member name="M:System.Web.Security.MembershipProvider.GetPassword(System.String,System.String)">
<summary>Gets the password for the specified user name from the data source.</summary>
<param name="username">The user to retrieve the password for. </param>
<param name="answer">The password answer for the user. </param>
<returns>The password for the specified user name.</returns>
</member>
<member name="M:System.Web.Security.MembershipProvider.GetUser(System.Object,System.Boolean)">
<summary>Gets user information from the data source based on the unique identifier for the membership user. Provides an option to update the last-activity date/time stamp for the user.</summary>
<param name="providerUserKey">The unique identifier for the membership user to get information for.</param>
<param name="userIsOnline">
<see langword="true" /> to update the last-activity date/time stamp for the user; <see langword="false" /> to return user information without updating the last-activity date/time stamp for the user.</param>
<returns>A <see cref="T:System.Web.Security.MembershipUser" /> object populated with the specified user's information from the data source.</returns>
</member>
<member name="M:System.Web.Security.MembershipProvider.GetUser(System.String,System.Boolean)">
<summary>Gets information from the data source for a user. Provides an option to update the last-activity date/time stamp for the user.</summary>
<param name="username">The name of the user to get information for. </param>
<param name="userIsOnline">
<see langword="true" /> to update the last-activity date/time stamp for the user; <see langword="false" /> to return user information without updating the last-activity date/time stamp for the user. </param>
<returns>A <see cref="T:System.Web.Security.MembershipUser" /> object populated with the specified user's information from the data source.</returns>
</member>
<member name="M:System.Web.Security.MembershipProvider.GetUserNameByEmail(System.String)">
<summary>Gets the user name associated with the specified e-mail address.</summary>
<param name="email">The e-mail address to search for. </param>
<returns>The user name associated with the specified e-mail address. If no match is found, return <see langword="null" />.</returns>
</member>
<member name="M:System.Web.Security.MembershipProvider.OnValidatingPassword(System.Web.Security.ValidatePasswordEventArgs)">
<summary>Raises the <see cref="E:System.Web.Security.MembershipProvider.ValidatingPassword" /> event if an event handler has been defined.</summary>
<param name="e">The <see cref="T:System.Web.Security.ValidatePasswordEventArgs" /> to pass to the <see cref="E:System.Web.Security.MembershipProvider.ValidatingPassword" /> event handler.</param>
</member>
<member name="M:System.Web.Security.MembershipProvider.ResetPassword(System.String,System.String)">
<summary>Resets a user's password to a new, automatically generated password.</summary>
<param name="username">The user to reset the password for. </param>
<param name="answer">The password answer for the specified user. </param>
<returns>The new password for the specified user.</returns>
</member>
<member name="M:System.Web.Security.MembershipProvider.UnlockUser(System.String)">
<summary>Clears a lock so that the membership user can be validated.</summary>
<param name="userName">The membership user whose lock status you want to clear.</param>
<returns>
<see langword="true" /> if the membership user was successfully unlocked; otherwise, <see langword="false" />.</returns>
</member>
<member name="M:System.Web.Security.MembershipProvider.UpdateUser(System.Web.Security.MembershipUser)">
<summary>Updates information about a user in the data source.</summary>
<param name="user">A <see cref="T:System.Web.Security.MembershipUser" /> object that represents the user to update and the updated information for the user. </param>
</member>
<member name="M:System.Web.Security.MembershipProvider.ValidateUser(System.String,System.String)">
<summary>Verifies that the specified user name and password exist in the data source.</summary>
<param name="username">The name of the user to validate. </param>
<param name="password">The password for the specified user. </param>
<returns>
<see langword="true" /> if the specified username and password are valid; otherwise, <see langword="false" />.</returns>
</member>
<member name="M:System.Web.Security.MembershipProviderCollection.#ctor">
<summary>Creates a new, empty membership provider collection.</summary>
</member>
<member name="M:System.Web.Security.MembershipProviderCollection.Add(System.Configuration.Provider.ProviderBase)">
<summary>Adds a membership provider to the collection.</summary>
<param name="provider">The membership provider to add to the collection.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="provider" /> is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="provider" /> is not of a type that inherits the <see cref="T:System.Web.Security.MembershipProvider" /> abstract class.</exception>
</member>
<member name="M:System.Web.Security.MembershipProviderCollection.CopyTo(System.Web.Security.MembershipProvider[],System.Int32)">
<summary>Copies the membership provider collection to a one-dimensional array.</summary>
<param name="array">A one-dimensional array that is the destination of the elements copied from the <see cref="T:System.Web.Security.MembershipProviderCollection" />. The array must have zero-based indexing.</param>
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="array" /> is <see langword="null" />. </exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="array" /> is multidimensional.-or- The number of elements in the source array is greater than the available space from <paramref name="index" /> to the end of the destination <paramref name="array" />. </exception>
<exception cref="T:System.InvalidCastException">The type of the source array cannot be cast automatically to the type of the destination <paramref name="array" />. </exception>
</member>
<member name="M:System.Web.Security.MembershipUser.#ctor">
<summary>Creates a new instance of a <see cref="T:System.Web.Security.MembershipUser" /> object for a class that inherits the <see cref="T:System.Web.Security.MembershipUser" /> class.</summary>
</member>
<member name="M:System.Web.Security.MembershipUser.#ctor(System.String,System.String,System.Object,System.String,System.String,System.String,System.Boolean,System.Boolean,System.DateTime,System.DateTime,System.DateTime,System.DateTime,System.DateTime)">
<summary>Creates a new membership user object with the specified property values.</summary>
<param name="providerName">The <see cref="P:System.Web.Security.MembershipUser.ProviderName" /> string for the membership user.</param>
<param name="name">The <see cref="P:System.Web.Security.MembershipUser.UserName" /> string for the membership user.</param>
<param name="providerUserKey">The <see cref="P:System.Web.Security.MembershipUser.ProviderUserKey" /> identifier for the membership user.</param>
<param name="email">The <see cref="P:System.Web.Security.MembershipUser.Email" /> string for the membership user.</param>
<param name="passwordQuestion">The <see cref="P:System.Web.Security.MembershipUser.PasswordQuestion" /> string for the membership user.</param>
<param name="comment">The <see cref="P:System.Web.Security.MembershipUser.Comment" /> string for the membership user.</param>
<param name="isApproved">The <see cref="P:System.Web.Security.MembershipUser.IsApproved" /> value for the membership user.</param>
<param name="isLockedOut">
<see langword="true" /> to lock out the membership user; otherwise, <see langword="false" />.</param>
<param name="creationDate">The <see cref="P:System.Web.Security.MembershipUser.CreationDate" /><see cref="T:System.DateTime" /> object for the membership user.</param>
<param name="lastLoginDate">The <see cref="P:System.Web.Security.MembershipUser.LastLoginDate" /><see cref="T:System.DateTime" /> object for the membership user.</param>
<param name="lastActivityDate">The <see cref="P:System.Web.Security.MembershipUser.LastActivityDate" /><see cref="T:System.DateTime" /> object for the membership user.</param>
<param name="lastPasswordChangedDate">The <see cref="P:System.Web.Security.MembershipUser.LastPasswordChangedDate" /><see cref="T:System.DateTime" /> object for the membership user.</param>
<param name="lastLockoutDate">The <see cref="P:System.Web.Security.MembershipUser.LastLockoutDate" /><see cref="T:System.DateTime" /> object for the membership user.</param>
<exception cref="T:System.ArgumentException">
<paramref name="providerName" /> is <see langword="null" />.-or-
<paramref name="providerName" /> is not found in the <see cref="P:System.Web.Security.Membership.Providers" /> collection.</exception>
<exception cref="T:System.PlatformNotSupportedException">The constructor is not available. This can occur if the application targets the .NET Framework 4 Client Profile. To prevent this exception, derive your class from the type and then call the default protected constructor, or change the application to target the full version of the .NET Framework.</exception>
</member>
<member name="M:System.Web.Security.MembershipUser.ChangePassword(System.String,System.String)">
<summary>Updates the password for the membership user in the membership data store.</summary>
<param name="oldPassword">The current password for the membership user.</param>
<param name="newPassword">The new password for the membership user.</param>
<returns>
<see langword="true" /> if the update was successful; otherwise, <see langword="false" />.</returns>
<exception cref="T:System.ArgumentException">
<paramref name="oldPassword" /> is an empty string.-or-
<paramref name="newPassword" /> is an empty string.</exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="oldPassword" /> is <see langword="null" />.-or-
<paramref name="newPassword" /> is <see langword="null" />.</exception>
<exception cref="T:System.PlatformNotSupportedException">This method is not available. This can occur if the application targets the .NET Framework 4 Client Profile. To prevent this exception, override the method, or change the application to target the full version of the .NET Framework.</exception>
</member>
<member name="M:System.Web.Security.MembershipUser.ChangePasswordQuestionAndAnswer(System.String,System.String,System.String)">
<summary>Updates the password question and answer for the membership user in the membership data store.</summary>
<param name="password">The current password for the membership user.</param>
<param name="newPasswordQuestion">The new password question value for the membership user.</param>
<param name="newPasswordAnswer">The new password answer value for the membership user.</param>
<returns>
<see langword="true" /> if the update was successful; otherwise, <see langword="false" />.</returns>
<exception cref="T:System.ArgumentException">
<paramref name="password" /> is an empty string.-or-
<paramref name="newPasswordQuestion" /> is an empty string.-or-
<paramref name="newPasswordAnswer" /> is an empty string.</exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="password" /> is <see langword="null" />.</exception>
<exception cref="T:System.PlatformNotSupportedException">This method is not available. This can occur if the application targets the .NET Framework 4 Client Profile. To prevent this exception, override the method, or change the application to target the full version of the .NET Framework.</exception>
</member>
<member name="M:System.Web.Security.MembershipUser.GetPassword">
<summary>Gets the password for the membership user from the membership data store.</summary>
<returns>The password for the membership user.</returns>
<exception cref="T:System.PlatformNotSupportedException">This method is not available. This can occur if the application targets the .NET Framework 4 Client Profile. To prevent this exception, override the method, or change the application to target the full version of the .NET Framework.</exception>
</member>
<member name="M:System.Web.Security.MembershipUser.GetPassword(System.String)">
<summary>Gets the password for the membership user from the membership data store.</summary>
<param name="passwordAnswer">The password answer for the membership user.</param>
<returns>The password for the membership user.</returns>
<exception cref="T:System.PlatformNotSupportedException">This method is not available. This can occur if the application targets the .NET Framework 4 Client Profile. To prevent this exception, override the method, or change the application to target the full version of the .NET Framework.</exception>
</member>
<member name="M:System.Web.Security.MembershipUser.ResetPassword">
<summary>Resets a user's password to a new, automatically generated password.</summary>
<returns>The new password for the membership user.</returns>
<exception cref="T:System.PlatformNotSupportedException">This method is not available. This can occur if the application targets the .NET Framework 4 Client Profile. To prevent this exception, override the method, or change the application to target the full version of the .NET Framework.</exception>
</member>
<member name="M:System.Web.Security.MembershipUser.ResetPassword(System.String)">
<summary>Resets a user's password to a new, automatically generated password.</summary>
<param name="passwordAnswer">The password answer for the membership user.</param>
<returns>The new password for the membership user.</returns>
<exception cref="T:System.PlatformNotSupportedException">This method is not available. This can occur if the application targets the .NET Framework 4 Client Profile. To prevent this exception, override the method, or change the application to target the full version of the .NET Framework.</exception>
</member>
<member name="M:System.Web.Security.MembershipUser.ToString">
<summary>Returns the user name for the membership user.</summary>
<returns>The <see cref="P:System.Web.Security.MembershipUser.UserName" /> for the membership user.</returns>
</member>
<member name="M:System.Web.Security.MembershipUser.UnlockUser">
<summary>Clears the locked-out state of the user so that the membership user can be validated.</summary>
<returns>
<see langword="true" /> if the membership user was successfully unlocked; otherwise, <see langword="false" />.</returns>
<exception cref="T:System.PlatformNotSupportedException">This method is not available. This can occur if the application targets the .NET Framework 4 Client Profile. To prevent this exception, override the method, or change the application to target the full version of the .NET Framework.</exception>
</member>
<member name="M:System.Web.Security.MembershipUserCollection.#ctor">
<summary>Creates a new, empty membership user collection.</summary>
</member>
<member name="M:System.Web.Security.MembershipUserCollection.Add(System.Web.Security.MembershipUser)">
<summary>Adds the specified membership user to the collection.</summary>
<param name="user">A <see cref="T:System.Web.Security.MembershipUser" /> object to add to the collection.</param>
<exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
<exception cref="T:System.ArgumentNullException">The <see cref="P:System.Web.Security.MembershipUser.UserName" /> of the <paramref name="user" /> is null.</exception>
<exception cref="T:System.ArgumentException">A <see cref="T:System.Web.Security.MembershipUser" /> object with the same <see cref="P:System.Web.Security.MembershipUser.UserName" /> value as <paramref name="user" /> already exists in the collection.</exception>
</member>
<member name="M:System.Web.Security.MembershipUserCollection.Clear">
<summary>Removes all membership user objects from the collection.</summary>
</member>
<member name="M:System.Web.Security.MembershipUserCollection.CopyTo(System.Web.Security.MembershipUser[],System.Int32)">
<summary>Copies the membership user collection to a one-dimensional array.</summary>
<param name="array">A one-dimensional array of type <see cref="T:System.Web.Security.MembershipUser" /> that is the destination of the elements copied from the <see cref="T:System.Web.Security.MembershipUserCollection" />. The array must have zero-based indexing.</param>
<param name="index">The zero-based index in the array at which copying begins.</param>
</member>
<member name="M:System.Web.Security.MembershipUserCollection.GetEnumerator">
<summary>Gets an enumerator that can iterate through the membership user collection.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator" /> for the entire <see cref="T:System.Web.Security.MembershipUserCollection" />.</returns>
</member>
<member name="M:System.Web.Security.MembershipUserCollection.Remove(System.String)">
<summary>Removes the membership user object with the specified user name from the collection.</summary>
<param name="name">The user name of the <see cref="T:System.Web.Security.MembershipUser" /> object to remove from the collection.</param>
<exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
</member>
<member name="M:System.Web.Security.MembershipUserCollection.SetReadOnly">
<summary>Makes the contents of the membership user collection read-only.</summary>
</member>
<member name="M:System.Web.Security.MembershipUserCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>Copies the contents of the <see cref="T:System.Web.Security.MembershipUserCollection" /> object to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.</summary>
<param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination for the objects copied from the <see cref="T:System.Web.Security.MembershipUserCollection" /> object. The <see cref="T:System.Array" /> must have zero-based indexing. </param>
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="array" /> is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than 0.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="array" /> is multidimensional.-or-
<paramref name="index" /> is greater than or equal to the length of <paramref name="array" />.-or-The number of elements in the source <see cref="T:System.Web.Security.MembershipUserCollection" /> is greater than the available space from <paramref name="index" /> to the end of the destination array. </exception>
<exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Web.Security.MembershipUserCollection" /> cannot be cast automatically to the type of the destination array. </exception>
</member>
<member name="M:System.Web.Security.RoleProvider.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Web.Security.RoleProvider" /> class. </summary>
</member>
<member name="M:System.Web.Security.RoleProvider.AddUsersToRoles(System.String[],System.String[])">
<summary>Adds the specified user names to the specified roles for the configured <see langword="applicationName" />.</summary>
<param name="usernames">A string array of user names to be added to the specified roles. </param>
<param name="roleNames">A string array of the role names to add the specified user names to.</param>
</member>
<member name="M:System.Web.Security.RoleProvider.CreateRole(System.String)">
<summary>Adds a new role to the data source for the configured <see langword="applicationName" />.</summary>
<param name="roleName">The name of the role to create.</param>
</member>
<member name="M:System.Web.Security.RoleProvider.DeleteRole(System.String,System.Boolean)">
<summary>Removes a role from the data source for the configured <see langword="applicationName" />.</summary>
<param name="roleName">The name of the role to delete.</param>
<param name="throwOnPopulatedRole">If <see langword="true" />, throw an exception if <paramref name="roleName" /> has one or more members and do not delete <paramref name="roleName" />.</param>
<returns>
<see langword="true" /> if the role was successfully deleted; otherwise, <see langword="false" />.</returns>
</member>
<member name="M:System.Web.Security.RoleProvider.FindUsersInRole(System.String,System.String)">
<summary>Gets an array of user names in a role where the user name contains the specified user name to match.</summary>
<param name="roleName">The role to search in.</param>
<param name="usernameToMatch">The user name to search for.</param>
<returns>A string array containing the names of all the users where the user name matches <paramref name="usernameToMatch" /> and the user is a member of the specified role.</returns>
</member>
<member name="M:System.Web.Security.RoleProvider.GetAllRoles">
<summary>Gets a list of all the roles for the configured <see langword="applicationName" />.</summary>
<returns>A string array containing the names of all the roles stored in the data source for the configured <see langword="applicationName" />.</returns>
</member>
<member name="M:System.Web.Security.RoleProvider.GetRolesForUser(System.String)">
<summary>Gets a list of the roles that a specified user is in for the configured <see langword="applicationName" />.</summary>
<param name="username">The user to return a list of roles for.</param>
<returns>A string array containing the names of all the roles that the specified user is in for the configured <see langword="applicationName" />.</returns>
</member>
<member name="M:System.Web.Security.RoleProvider.GetUsersInRole(System.String)">
<summary>Gets a list of users in the specified role for the configured <see langword="applicationName" />.</summary>
<param name="roleName">The name of the role to get the list of users for.</param>
<returns>A string array containing the names of all the users who are members of the specified role for the configured <see langword="applicationName" />.</returns>
</member>
<member name="M:System.Web.Security.RoleProvider.IsUserInRole(System.String,System.String)">
<summary>Gets a value indicating whether the specified user is in the specified role for the configured <see langword="applicationName" />.</summary>
<param name="username">The user name to search for.</param>
<param name="roleName">The role to search in.</param>
<returns>
<see langword="true" /> if the specified user is in the specified role for the configured <see langword="applicationName" />; otherwise, <see langword="false" />.</returns>
</member>
<member name="M:System.Web.Security.RoleProvider.RemoveUsersFromRoles(System.String[],System.String[])">
<summary>Removes the specified user names from the specified roles for the configured <see langword="applicationName" />.</summary>
<param name="usernames">A string array of user names to be removed from the specified roles. </param>
<param name="roleNames">A string array of role names to remove the specified user names from.</param>
</member>
<member name="M:System.Web.Security.RoleProvider.RoleExists(System.String)">
<summary>Gets a value indicating whether the specified role name already exists in the role data source for the configured <see langword="applicationName" />.</summary>
<param name="roleName">The name of the role to search for in the data source.</param>
<returns>
<see langword="true" /> if the role name already exists in the data source for the configured <see langword="applicationName" />; otherwise, <see langword="false" />.</returns>
</member>
<member name="M:System.Web.Security.ValidatePasswordEventArgs.#ctor(System.String,System.String,System.Boolean)">
<summary>Creates a new instance of the <see cref="T:System.Web.Security.ValidatePasswordEventArgs" /> class.</summary>
<param name="userName">The membership user name for the current create-user, change-password, or reset-password action.</param>
<param name="password">The new password for the specified membership user.</param>
<param name="isNewUser">
<see langword="true" /> if the event is occurring while a new user is being created; otherwise, <see langword="false" />.</param>
</member>
<member name="P:System.Web.Hosting.CustomLoaderAttribute.CustomLoaderType">
<summary>[Supported in the .NET Framework 4.5.1 and later versions] Gets the type of the custom loader.</summary>
<returns>The type of the custom loader.</returns>
</member>
<member name="P:System.Web.Security.MembershipCreateUserException.StatusCode">
<summary>Gets a description of the reason for the exception.</summary>
<returns>A <see cref="T:System.Web.Security.MembershipCreateStatus" /> enumeration value that describes the reason for the exception.</returns>
</member>
<member name="P:System.Web.Security.MembershipProvider.ApplicationName">
<summary>The name of the application using the custom membership provider.</summary>
<returns>The name of the application using the custom membership provider.</returns>
</member>
<member name="P:System.Web.Security.MembershipProvider.EnablePasswordReset">
<summary>Indicates whether the membership provider is configured to allow users to reset their passwords.</summary>
<returns>
<see langword="true" /> if the membership provider supports password reset; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
</member>
<member name="P:System.Web.Security.MembershipProvider.EnablePasswordRetrieval">
<summary>Indicates whether the membership provider is configured to allow users to retrieve their passwords.</summary>
<returns>
<see langword="true" /> if the membership provider is configured to support password retrieval; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
</member>
<member name="P:System.Web.Security.MembershipProvider.MaxInvalidPasswordAttempts">
<summary>Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.</summary>
<returns>The number of invalid password or password-answer attempts allowed before the membership user is locked out.</returns>
</member>
<member name="P:System.Web.Security.MembershipProvider.MinRequiredNonAlphanumericCharacters">
<summary>Gets the minimum number of special characters that must be present in a valid password.</summary>
<returns>The minimum number of special characters that must be present in a valid password.</returns>
</member>
<member name="P:System.Web.Security.MembershipProvider.MinRequiredPasswordLength">
<summary>Gets the minimum length required for a password.</summary>
<returns>The minimum length required for a password. </returns>
</member>
<member name="P:System.Web.Security.MembershipProvider.PasswordAttemptWindow">
<summary>Gets the number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the membership user is locked out.</summary>
<returns>The number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the membership user is locked out.</returns>
</member>
<member name="P:System.Web.Security.MembershipProvider.PasswordFormat">
<summary>Gets a value indicating the format for storing passwords in the membership data store.</summary>
<returns>One of the <see cref="T:System.Web.Security.MembershipPasswordFormat" /> values indicating the format for storing passwords in the data store.</returns>
</member>
<member name="P:System.Web.Security.MembershipProvider.PasswordStrengthRegularExpression">
<summary>Gets the regular expression used to evaluate a password.</summary>
<returns>A regular expression used to evaluate a password.</returns>
</member>
<member name="P:System.Web.Security.MembershipProvider.RequiresQuestionAndAnswer">
<summary>Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval.</summary>
<returns>
<see langword="true" /> if a password answer is required for password reset and retrieval; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
</member>
<member name="P:System.Web.Security.MembershipProvider.RequiresUniqueEmail">
<summary>Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name.</summary>
<returns>
<see langword="true" /> if the membership provider requires a unique e-mail address; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
</member>
<member name="P:System.Web.Security.MembershipProviderCollection.Item(System.String)">
<summary>Gets the membership provider in the collection referenced by the specified provider name.</summary>
<param name="name">The name of the membership provider.</param>
<returns>An object that inherits the <see cref="T:System.Web.Security.MembershipProvider" /> abstract class.</returns>
</member>
<member name="P:System.Web.Security.MembershipUser.Comment">
<summary>Gets or sets application-specific information for the membership user.</summary>
<returns>Application-specific information for the membership user.</returns>
</member>
<member name="P:System.Web.Security.MembershipUser.CreationDate">
<summary>Gets the date and time when the user was added to the membership data store.</summary>
<returns>The date and time when the user was added to the membership data store. </returns>
</member>
<member name="P:System.Web.Security.MembershipUser.Email">
<summary>Gets or sets the e-mail address for the membership user.</summary>
<returns>The e-mail address for the membership user.</returns>
</member>
<member name="P:System.Web.Security.MembershipUser.IsApproved">
<summary>Gets or sets whether the membership user can be authenticated.</summary>
<returns>
<see langword="true" /> if the user can be authenticated; otherwise, <see langword="false" />.</returns>
</member>
<member name="P:System.Web.Security.MembershipUser.IsLockedOut">
<summary>Gets a value indicating whether the membership user is locked out and unable to be validated.</summary>
<returns>
<see langword="true" /> if the membership user is locked out and unable to be validated; otherwise, <see langword="false" />.</returns>
</member>
<member name="P:System.Web.Security.MembershipUser.IsOnline">
<summary>Gets whether the user is currently online.</summary>
<returns>
<see langword="true" /> if the user is online; otherwise, <see langword="false" />.</returns>
<exception cref="T:System.PlatformNotSupportedException">This method is not available. This can occur if the application targets the .NET Framework 4 Client Profile. To prevent this exception, override the method, or change the application to target the full version of the .NET Framework.</exception>
</member>
<member name="P:System.Web.Security.MembershipUser.LastActivityDate">
<summary>Gets or sets the date and time when the membership user was last authenticated or accessed the application.</summary>
<returns>The date and time when the membership user was last authenticated or accessed the application.</returns>
</member>
<member name="P:System.Web.Security.MembershipUser.LastLockoutDate">
<summary>Gets the most recent date and time that the membership user was locked out.</summary>
<returns>A <see cref="T:System.DateTime" /> object that represents the most recent date and time that the membership user was locked out.</returns>
</member>
<member name="P:System.Web.Security.MembershipUser.LastLoginDate">
<summary>Gets or sets the date and time when the user was last authenticated.</summary>
<returns>The date and time when the user was last authenticated.</returns>
</member>
<member name="P:System.Web.Security.MembershipUser.LastPasswordChangedDate">
<summary>Gets the date and time when the membership user's password was last updated.</summary>
<returns>The date and time when the membership user's password was last updated.</returns>
</member>
<member name="P:System.Web.Security.MembershipUser.PasswordQuestion">
<summary>Gets the password question for the membership user.</summary>
<returns>The password question for the membership user.</returns>
</member>
<member name="P:System.Web.Security.MembershipUser.ProviderName">
<summary>Gets the name of the membership provider that stores and retrieves user information for the membership user.</summary>
<returns>The name of the membership provider that stores and retrieves user information for the membership user.</returns>
</member>
<member name="P:System.Web.Security.MembershipUser.ProviderUserKey">
<summary>Gets the user identifier from the membership data source for the user.</summary>
<returns>The user identifier from the membership data source for the user.</returns>
</member>
<member name="P:System.Web.Security.MembershipUser.UserName">
<summary>Gets the logon name of the membership user.</summary>
<returns>The logon name of the membership user.</returns>
</member>
<member name="P:System.Web.Security.MembershipUserCollection.Count">
<summary>Gets the number of membership user objects in the collection.</summary>
<returns>The number of <see cref="T:System.Web.Security.MembershipUser" /> objects in the collection.</returns>
</member>
<member name="P:System.Web.Security.MembershipUserCollection.IsSynchronized">
<summary>Gets a value indicating whether the membership user collection is thread safe.</summary>
<returns>Always <see langword="false" /> because thread-safe membership user collections are not supported.</returns>
</member>
<member name="P:System.Web.Security.MembershipUserCollection.Item(System.String)">
<summary>Gets the membership user in the collection referenced by the specified user name.</summary>
<param name="name">The <see cref="P:System.Web.Security.MembershipUser.UserName" /> of the <see cref="T:System.Web.Security.MembershipUser" /> to retrieve from the collection.</param>
<returns>A <see cref="T:System.Web.Security.MembershipUser" /> object representing the user specified by <paramref name="name" />.</returns>
</member>
<member name="P:System.Web.Security.MembershipUserCollection.SyncRoot">
<summary>Gets the synchronization root.</summary>
<returns>Always <see langword="this" />, because synchronization of membership user collections is not supported.</returns>
</member>
<member name="P:System.Web.Security.RoleProvider.ApplicationName">
<summary>Gets or sets the name of the application to store and retrieve role information for.</summary>
<returns>The name of the application to store and retrieve role information for.</returns>
</member>
<member name="P:System.Web.Security.ValidatePasswordEventArgs.Cancel">
<summary>Gets or sets a value that indicates whether the current create-user, change-password, or reset-password action will be canceled.</summary>
<returns>
<see langword="true" /> if the current create-user, change-password, or reset-password action will be canceled; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
</member>
<member name="P:System.Web.Security.ValidatePasswordEventArgs.FailureInformation">
<summary>Gets or sets an exception that describes the reason for the password-validation failure.</summary>
<returns>An <see cref="T:System.Exception" /> that describes the reason for the password-validation failure.</returns>
</member>
<member name="P:System.Web.Security.ValidatePasswordEventArgs.IsNewUser">
<summary>Gets a value that indicates whether the <see cref="E:System.Web.Security.MembershipProvider.ValidatingPassword" /> event is being raised during a call to the <see cref="M:System.Web.Security.MembershipProvider.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)" /> method.</summary>
<returns>
<see langword="true" /> if the <see cref="E:System.Web.Security.MembershipProvider.ValidatingPassword" /> event is being raised during a call to the <see cref="M:System.Web.Security.MembershipProvider.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)" /> method; otherwise, <see langword="false" />.</returns>
</member>
<member name="P:System.Web.Security.ValidatePasswordEventArgs.Password">
<summary>Gets the password for the current create-user, change-password, or reset-password action.</summary>
<returns>The password for the current create-user, change-password, or reset-password action.</returns>
</member>
<member name="P:System.Web.Security.ValidatePasswordEventArgs.UserName">
<summary>Gets the name of the membership user for the current create-user, change-password, or reset-password action.</summary>
<returns>The name of the membership user for the current create-user, change-password, or reset-password action.</returns>
</member>
<member name="T:System.Web.Configuration.MembershipPasswordCompatibilityMode">
<summary>Enumerates the password-compatibility modes for ASP.NET membership.</summary>
</member>
<member name="F:System.Web.Configuration.MembershipPasswordCompatibilityMode.Framework20">
<summary>Passwords are in ASP.NET 2.0 mode.</summary>
</member>
<member name="F:System.Web.Configuration.MembershipPasswordCompatibilityMode.Framework40">
<summary>Passwords are in ASP.NET 4 mode.</summary>
</member>
<member name="T:System.Web.Hosting.CustomLoaderAttribute">
<summary>[Supported in the .NET Framework 4.5.1 and later versions] Provides a custom loader to ASP.NET so that an application can provide its own implementation of the hosting environment.</summary>
</member>
<member name="T:System.Web.Security.MembershipCreateStatus">
<summary>Describes the result of a <see cref="M:System.Web.Security.Membership.CreateUser(System.String,System.String)" /> operation.</summary>
</member>
<member name="F:System.Web.Security.MembershipCreateStatus.Success">
<summary>The user was successfully created.</summary>
</member>
<member name="F:System.Web.Security.MembershipCreateStatus.InvalidUserName">
<summary>The user name was not found in the database.</summary>
</member>
<member name="F:System.Web.Security.MembershipCreateStatus.InvalidPassword">
<summary>The password is not formatted correctly.</summary>
</member>
<member name="F:System.Web.Security.MembershipCreateStatus.InvalidQuestion">
<summary>The password question is not formatted correctly.</summary>
</member>
<member name="F:System.Web.Security.MembershipCreateStatus.InvalidAnswer">
<summary>The password answer is not formatted correctly.</summary>
</member>
<member name="F:System.Web.Security.MembershipCreateStatus.InvalidEmail">
<summary>The e-mail address is not formatted correctly.</summary>
</member>
<member name="F:System.Web.Security.MembershipCreateStatus.DuplicateUserName">
<summary>The user name already exists in the database for the application.</summary>
</member>
<member name="F:System.Web.Security.MembershipCreateStatus.DuplicateEmail">
<summary>The e-mail address already exists in the database for the application.</summary>
</member>
<member name="F:System.Web.Security.MembershipCreateStatus.UserRejected">
<summary>The user was not created, for a reason defined by the provider.</summary>
</member>
<member name="F:System.Web.Security.MembershipCreateStatus.InvalidProviderUserKey">
<summary>The provider user key is of an invalid type or format.</summary>
</member>
<member name="F:System.Web.Security.MembershipCreateStatus.DuplicateProviderUserKey">
<summary>The provider user key already exists in the database for the application.</summary>
</member>
<member name="F:System.Web.Security.MembershipCreateStatus.ProviderError">
<summary>The provider returned an error that is not described by other <see cref="T:System.Web.Security.MembershipCreateStatus" /> enumeration values.</summary>
</member>
<member name="T:System.Web.Security.MembershipCreateUserException">
<summary>The exception that is thrown when a user is not successfully created by a membership provider.</summary>
</member>
<member name="T:System.Web.Security.MembershipPasswordException">
<summary>The exception that is thrown when a password cannot be retrieved from the password store.</summary>
</member>
<member name="T:System.Web.Security.MembershipPasswordFormat">
<summary>Describes the encryption format for storing passwords for membership users.</summary>
</member>
<member name="F:System.Web.Security.MembershipPasswordFormat.Clear">
<summary>Not secure, do not use. Passwords are not encrypted.</summary>
</member>
<member name="F:System.Web.Security.MembershipPasswordFormat.Hashed">
<summary>Passwords are encrypted one-way using the SHA1 hashing algorithm.</summary>
</member>
<member name="F:System.Web.Security.MembershipPasswordFormat.Encrypted">
<summary>Not secure, do not use. Passwords are encrypted using the encryption settings determined by the machineKey Element (ASP.NET Settings Schema) element configuration.</summary>
</member>
<member name="T:System.Web.Security.MembershipProvider">
<summary>Defines the contract that ASP.NET implements to provide membership services using custom membership providers.</summary>
</member>
<member name="T:System.Web.Security.MembershipProviderCollection">
<summary>A collection of objects that inherit the <see cref="T:System.Web.Security.MembershipProvider" /> abstract class.</summary>
</member>
<member name="T:System.Web.Security.MembershipUser">
<summary>Exposes and updates membership user information in the membership data store.</summary>
</member>
<member name="T:System.Web.Security.MembershipUserCollection">
<summary>A collection of <see cref="T:System.Web.Security.MembershipUser" /> objects.</summary>
</member>
<member name="T:System.Web.Security.MembershipValidatePasswordEventHandler">
<summary>Represents the method that will handle the <see cref="E:System.Web.Security.MembershipProvider.ValidatingPassword" /> event of the <see cref="T:System.Web.Security.MembershipProvider" /> class.</summary>
<param name="sender">The <see cref="T:System.Web.Security.MembershipProvider" /> that raised the <see cref="E:System.Web.Security.MembershipProvider.ValidatingPassword" /> event.</param>
<param name="e">A <see cref="T:System.Web.Security.ValidatePasswordEventArgs" /> object that contains the event data.</param>
</member>
<member name="T:System.Web.Security.RoleProvider">
<summary>Defines the contract that ASP.NET implements to provide role-management services using custom role providers.</summary>
</member>
<member name="T:System.Web.Security.ValidatePasswordEventArgs">
<summary>Provides event data for the <see cref="E:System.Web.Security.MembershipProvider.ValidatingPassword" /> event of the <see cref="T:System.Web.Security.MembershipProvider" /> class.</summary>
</member>
</members>
</doc>
|