ClientFormsAuthenticationMembershipProvider.GetPassword Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette méthode n'est pas utilisée par cette classe.
public:
override System::String ^ GetPassword(System::String ^ username, System::String ^ answer);
public override string GetPassword(string username, string answer);
override this.GetPassword : string * string -> string
Public Overrides Function GetPassword (username As String, answer As String) As String
Paramètres
- username
- String
Non utilisé.
- answer
- String
Non utilisé.
Retours
Non applicable. Cette méthode lève toujours une exception.
Exceptions
Toujours levée.