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