Share via


SingleSignOnMembershipProvider.EnablePasswordReset Property

 

This property supports the AD FS infrastructure and is not intended to be used directly from your code.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public override bool EnablePasswordReset { get; }
public:
property bool EnablePasswordReset {
    virtual bool get() override;
}
override EnablePasswordReset : bool with get
Public Overrides ReadOnly Property EnablePasswordReset As Boolean

Property Value

Type: System.Boolean

true if password reset is enabled; otherwise, false.

See Also

SingleSignOnMembershipProvider Class
System.Web.Security.SingleSignOn Namespace

Return to top