---
title: isSignedByLinker
framework: lightweightcoderequirements
role: symbol
role_heading: Type Property
path: lightweightcoderequirements/ondiskcodesigningflags/valueset/issignedbylinker
---

# isSignedByLinker

Flag indicating that the code was signed by the linker and not an invocation of codesign.

## Declaration

```swift
static let isSignedByLinker: OnDiskCodeSigningFlags.ValueSet
```

## Discussion

Discussion This is equivalent to CS_LINKER_SIGNED in C APIs.
