Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 EnablePasswordRetrieval { get; }
public:
property bool EnablePasswordRetrieval {
virtual bool get() override;
}
override EnablePasswordRetrieval : bool with get
Public Overrides ReadOnly Property EnablePasswordRetrieval As Boolean
Property Value
Type: System.Boolean
true if password retrieval is enabled; otherwise, false.
See Also
SingleSignOnMembershipProvider Class
System.Web.Security.SingleSignOn Namespace
Return to top