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

# in(_:)

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

## Declaration

```swift
static func `in`(_ values: [SigningIdentifier.DataType]) -> SigningIdentifier.OutType
```
