---
title: supportsSecureCoding
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsurlrequest/supportssecurecoding
---

# supportsSecureCoding

A Boolean value indicating whether the NSURLRequest implements the NSSecureCoding protocol.

## Declaration

```swift
class var supportsSecureCoding: Bool { get }
```

## Return Value

Return Value true to indicate that NSURLRequest implements the NSSecureCoding protocol.
