Share via

Senha em asterisco

Samuel Alves 0 Reputation points
2026-02-18T17:15:41.0633333+00:00

Minha senha está em asterisco e como faço para descobrir

Outlook | Outlook for mobile | Outlook for Android | For home
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-02-18T17:15:52.6166667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    A password displayed as asterisks is a common security feature designed to obscure the actual characters being typed. Unfortunately, there is no straightforward way to reveal the password if it is obscured in this manner, as it is intended to protect your information from being seen by others.

    If you have forgotten your password, the best course of action is to use the password recovery or reset options provided by the application or service you are using. This typically involves verifying your identity through email or SMS.

    For applications like Windows Forms, you can create a password text box that uses a specific character (like an asterisk) to obscure user input. The PasswordChar property of the TextBox control can be set to define what character is displayed instead of the actual input.

    If you are developing an application and want to implement a password field, you can refer to the PasswordChar property to set the character that will be displayed in place of the actual password characters.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.