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