---
title: NSSecureTextFieldCell
framework: appkit
role: symbol
role_heading: Class
path: appkit/nssecuretextfieldcell
---

# NSSecureTextFieldCell

A text field whose value is hidden from the user.

## Declaration

```swift
class NSSecureTextFieldCell
```

## Overview

Overview NSSecureTextFieldCell works with NSSecureTextField and overrides the general cell use of the field editor to provide its own field editor, which doesn’t display text or allow the user to cut or copy its value.

## Topics

### Working with character echo

- [echosBullets](appkit/nssecuretextfieldcell/echosbullets.md)

## Relationships

### Inherits From

- [NSTextFieldCell](appkit/nstextfieldcell.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSAccessibilityElementProtocol](appkit/nsaccessibilityelementprotocol.md)
- [NSAccessibilityProtocol](appkit/nsaccessibilityprotocol.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSUserInterfaceItemIdentification](appkit/nsuserinterfaceitemidentification.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Cell

- [NSTextFieldCell](appkit/nstextfieldcell.md)
