BlogEngine.Core.Providers.XmlMembershipProvider.GetPassword C# (CSharp) Метод

GetPassword() публичный Метод

Gets the password for the user with the given username.
public GetPassword ( string username ) : string
username string /// the given username ///
Результат string
        public string GetPassword(string username)
        {
            throw new NotSupportedException();
        }

Same methods

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