/// <summary> /// Gets the Password /// </summary> /// <returns>Decrypted Password</returns> public string GetPassword() { return(CryptoSvc.Decrypt(_password)); }
/// <summary> /// Gets the Username /// </summary> /// <returns>Decrypted Username</returns> public string GetUsername() { return(CryptoSvc.Decrypt(_username)); }