Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/279.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在asp.net成员资格提供程序中获得c#中的安全答案_C#_Asp.net_Asp.net Membership - Fatal编程技术网

如何在asp.net成员资格提供程序中获得c#中的安全答案

如何在asp.net成员资格提供程序中获得c#中的安全答案,c#,asp.net,asp.net-membership,C#,Asp.net,Asp.net Membership,我找不到任何方法在代码中获得安全答案。如果有任何方法,请给出提示。。 提前感谢…您无法访问会员API不支持检索答案 MembershipUser mu= Membership.GetUser("username"); mu.UserName; mu.GetPassword(); mu.Email; mu.PasswordQuestion;

我找不到任何方法在代码中获得安全答案。如果有任何方法,请给出提示。。
提前感谢…

您无法访问会员API不支持检索答案

MembershipUser mu= Membership.GetUser("username");
mu.UserName;
mu.GetPassword();
mu.Email;
mu.PasswordQuestion;