NSSecureTextField | Mac OS X 10.0 |
NSSecureTextField is a subclass of NSTextField that adds the behavior of displaying the contents of the text field as a string of dots so that the value of the string is kept hidden. This is the control a developer would use for password entry fields, or any other text field that displays sensitive values that may need to be hidden.
@interface NSSecureTextField : NSTextField
|