SPClaimsAuthMembershipProvider.EnablePasswordReset property
Gets a value that indicates whether users can reset their passwords.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property EnablePasswordReset As Boolean
Get
'Usage
Dim instance As SPClaimsAuthMembershipProvider
Dim value As Boolean
value = instance.EnablePasswordReset
public override bool EnablePasswordReset { get; }
Property value
Type: System.Boolean
true if users can reset their passwords; otherwise, false.
See also
Reference
SPClaimsAuthMembershipProvider class