Instance Method インスタンスメソッド

stopAccessingSecurityScopedResource()

Revokes the access granted to the url by a prior successful call to the complementary start function. 相補的な開始関数に対する以前のうまくいった呼び出しによってurlに授けられたアクセスを廃止します。

Declaration 宣言

func stopAccessingSecurityScopedResource()

Discussion 議論

Use startAccessingSecurityScopedResource() to begin accessing a security scoped resource and stopAccessingSecurityScopedResource() to revoke that access. startAccessingSecurityScopedResource()を保安作用域リソースにアクセスを開始するのにそしてstopAccessingSecurityScopedResource()をそのアクセスを廃止するのに使ってください。

See Also 参照

Working with Security Scoped Resources 保安作用域リソースを扱う