<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "IdentityDocumentServices",
  "identifier" : "/documentation/IdentityDocumentServices/MobileDocumentRegistration/invalidationDate",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "IdentityDocumentServices"
    ],
    "preciseIdentifier" : "s:24IdentityDocumentServices06MobileB12RegistrationV16invalidationDate10Foundation0G0VSgvp"
  },
  "title" : "invalidationDate"
}
-->

# invalidationDate

A date that indicates when the system needs to invalidate this registration.

```
var invalidationDate: Date?
```

## Discussion

Use this date when you know the expiration time period of a document. If this is `nil`, the registration never expires.

---

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)