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 method 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 string GetPassword(
string name,
string answer
)
public:
virtual String^ GetPassword(
String^ name,
String^ answer
) override
override GetPassword :
name:string *
answer:string -> string
Public Overrides Function GetPassword (
name As String,
answer As String
) As String
Parameters
name
Type: System.StringThe user to retrieve the password for.
answer
Type: System.StringThe password answer for the user.
Return Value
Type: System.String
The password of the specified user.
See Also
SingleSignOnMembershipProvider Class
System.Web.Security.SingleSignOn Namespace
Return to top