Top "Passwordbox" questions

A built-in control in .NET framework class library (FCL) for taking password input.

SKPaymentQueue addTransactionObserver asking for App Store password on startup after in-app purchase

My app is using in-app purchases, and most of my users can purchase just fine without any problems. For these …

iphone app-store itunes in-app-purchase passwordbox
How can I add watermark text to a textbox in wpf?

Im working on a wpf application.How I can add watermark text to the textbox and passwordbox? <Window x:…

wpf textbox watermark passwordbox
What's the Best Way to Catch the Return Key in a PasswordBox? (WPF/XAML)

What's the best way to catch the return key in a PasswordBox? (WPF/XAML) I have a TextBox field and …

wpf xaml .net-3.5 return passwordbox
Bind a WPF passwordbox

I want to bind a Passwordbox in the XAML code. Now I found out that it isn´t possible to …

c# wpf xaml passwordbox
Getting password from PasswordBox

I have found several information on this issue here at SO but somehow I'm not really getting it ;-) From …

wpf mvvm passwordbox securestring
how to fix the size of password input field?

my html code is <tr> <td>User ID:</td> <td><input …

html css textbox passwordbox
A good way to show password in PasswordBox

I wonder i some one have any good idea how to show the password in the PasswordBox. Have read that …

c# passwordbox
Check PasswordBox if user type anything in WPF

I am using PasswordBox and I want to detect whenever the user typed there anything, if yes I need to …

c# wpf mvvm passwords passwordbox
How to use PasswordBox as TextBox?

I have a PasswordBox and I need to use this control even as a TextBox. I need to display normal …

c# .net wpf textbox passwordbox
How can i set the caret position to a specific index in passwordbox in WPF

I need to set the cursorposition inside the passwordbox explicitlyin WPF. i couldn't see the selectionstart property in passwordbox. Any …

c# wpf textbox cursor passwordbox