---
title: kSecCSBasicValidateOnly
framework: security
role: symbol
role_heading: Global Variable
path: security/kseccsbasicvalidateonly
---

# kSecCSBasicValidateOnly

Do not validate either the main executable or the bundle resources, if any.

## Declaration

```swift
var kSecCSBasicValidateOnly: UInt32 { get }
```

## Discussion

Discussion This flag is the bitwise OR of the kSecCSDoNotValidateExecutable and kSecCSDoNotValidateResources flags.
