BlogEngine.Core.Providers.XmlMembershipProvider.GetPassword C# (CSharp) Method

GetPassword() public method

Gets the password for the user with the given username.
public GetPassword ( string username ) : string
username string /// the given username ///
return string
        public string GetPassword(string username)
        {
            throw new NotSupportedException();
        }

Same methods

XmlMembershipProvider::GetPassword ( string username, string answer ) : string