Instance Property インスタンスプロパティ

urlCredentialStorage

A credential store that provides credentials for authentication. ある資格情報貯蔵所、それは認証に対する資格情報を提供します。

Declaration 宣言

var urlCredentialStorage: URLCredentialStorage? { get set }

Discussion 議論

This property determines the credential storage object used by tasks within sessions based on this configuration. このプロパティは、この構成設定に基づくセッション内のタスクによって使われる資格情報ストレージオブジェクトを決定します。

If you don’t want to use a credential store, set this property to nil. あなたが資格情報ストアを使うことを望まないならば、このプロパティをnilに設定してください。

For default and background sessions, the default value is the shared credential store object. 省略時のそしてバックグラウンドセッションに対して、省略時の値はshared資格情報ストアオブジェクトです。

For ephemeral sessions, the default value is a private credential store object that stores data in memory only, and is destroyed when you invalidate the session. ephemeralセッションに対して、省略時の値はプライベート資格情報ストアオブジェクトです、それはデータをメモリ中にのみ格納します、そしてあなたがセッションを無効にする時に破壊されます。

See Also 参照

Setting Security Policies セキュリティ方針を設定する