<!--
{
  "availability" : [
    "iOS: 14.2.0 -",
    "iPadOS: 14.2.0 -",
    "macCatalyst: 14.2.0 -",
    "macOS: 11.2.0 -",
    "tvOS: 14.2.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSURL/BookmarkResolutionOptions/withoutImplicitStartAccessing",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@E@NSURLBookmarkResolutionOptions@NSURLBookmarkResolutionWithoutImplicitStartAccessing"
  },
  "title" : "withoutImplicitStartAccessing"
}
-->

# withoutImplicitStartAccessing

A property that specifies that resolution doesn’t implicitly start accessing the ephemeral security-scoped resource.

```
static var withoutImplicitStartAccessing: NSURL.BookmarkResolutionOptions { get }
```

## Discussion

This option causes an implicit call to [`startAccessingSecurityScopedResource()`](/documentation/Foundation/NSURL/startAccessingSecurityScopedResource()) on the returned URL when it’s ready to use the resource.

This option isn’t applicable to security-scoped bookmarks.

---

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)