<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "macCatalyst: 17.4.0 -",
    "macOS: 14.4.0 -",
    "tvOS: 17.4.0 -",
    "visionOS: 1.1.0 -",
    "watchOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "LightweightCodeRequirements",
  "identifier" : "/documentation/LightweightCodeRequirements/ValidationCategory/Value",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "LightweightCodeRequirements"
    ],
    "preciseIdentifier" : "s:27LightweightCodeRequirements18ValidationCategoryV5ValueV"
  },
  "title" : "ValidationCategory.Value"
}
-->

# ValidationCategory.Value

Supported Validation categories for signatures

```
struct Value
```

## Topics

### Initializers

[`init?(rawValue: Int64)`](/documentation/LightweightCodeRequirements/ValidationCategory/Value/init(rawValue:))

Creates a new instance with the specified raw value.

### Instance Properties

[`let rawValue: Int64`](/documentation/LightweightCodeRequirements/ValidationCategory/Value/rawValue)

The corresponding value of the raw type.

### Type Properties

[`static let appStore: ValidationCategory.Value`](/documentation/LightweightCodeRequirements/ValidationCategory/Value/appStore)

Indicates that the code is signed by Apple’s App Store

[`static let developerID: ValidationCategory.Value`](/documentation/LightweightCodeRequirements/ValidationCategory/Value/developerID)

Indicates that the code is signed by an Apple issued Developer ID certificate.

[`static let development: ValidationCategory.Value`](/documentation/LightweightCodeRequirements/ValidationCategory/Value/development)

Indicates that the code is signed by an Apple issued development certificate.

[`static let enterprise: ValidationCategory.Value`](/documentation/LightweightCodeRequirements/ValidationCategory/Value/enterprise)

Indicates that the code is signed by an Apple issued distribution certificate and allowed to run via Provisioning profile.

[`static let none: ValidationCategory.Value`](/documentation/LightweightCodeRequirements/ValidationCategory/Value/none)

Indicates that the code is either adhoc signed or signed by an un-recognized certificate chain.

[`static let platform: ValidationCategory.Value`](/documentation/LightweightCodeRequirements/ValidationCategory/Value/platform)

Indicates that the code is signed by Apple or allowed by a loaded trustcache.

[`static let testflight: ValidationCategory.Value`](/documentation/LightweightCodeRequirements/ValidationCategory/Value/testflight)

Indicates that the code is signed by Apple’s TestFlight certificate

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Escapable`](/documentation/Swift/Escapable)

[`Equatable`](/documentation/Swift/Equatable)

[`Decodable`](/documentation/Swift/Decodable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`Encodable`](/documentation/Swift/Encodable)

[`Copyable`](/documentation/Swift/Copyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)