---
title: "in(_:)"
framework: lightweightcoderequirements
role: symbol
role_heading: Type Method
path: "lightweightcoderequirements/signingidentifier/in(_:)-57h8m"
---

# in(_:)

Matches if the signing identifier of the code matches any of the provided signing identifiers.

## Declaration

```swift
static func `in`(_ value: SigningIdentifier.DataType...) -> SigningIdentifier.OutType
```
