---
title: authenticatedSignedWrites
framework: corebluetooth
role: symbol
role_heading: Type Property
path: corebluetooth/cbcharacteristicproperties/authenticatedsignedwrites
---

# authenticatedSignedWrites

A property that indicates the perhipheral allows signed writes of the characteristic’s value, without a response to indicate the write succeeded.

## Declaration

```swift
static var authenticatedSignedWrites: CBCharacteristicProperties { get }
```

## Discussion

Discussion If a characteristic has this property set, it returns an error to the central when it fails to write the characteristic’s value.

## See Also

### Characteristic Properties

- [broadcast](corebluetooth/cbcharacteristicproperties/broadcast.md)
- [read](corebluetooth/cbcharacteristicproperties/read.md)
- [writeWithoutResponse](corebluetooth/cbcharacteristicproperties/writewithoutresponse.md)
- [write](corebluetooth/cbcharacteristicproperties/write.md)
- [notify](corebluetooth/cbcharacteristicproperties/notify.md)
- [indicate](corebluetooth/cbcharacteristicproperties/indicate.md)
- [extendedProperties](corebluetooth/cbcharacteristicproperties/extendedproperties.md)
- [notifyEncryptionRequired](corebluetooth/cbcharacteristicproperties/notifyencryptionrequired.md)
- [indicateEncryptionRequired](corebluetooth/cbcharacteristicproperties/indicateencryptionrequired.md)
