TLSMinimumSupportedProtocolVersion
TLSMaximumSupportedProtocolVersion
TLSMinimumSupportedProtocol
TLSMaximumSupportedProtocol
Availability 有効性
Technology
@property(retain) NSURLCredentialStorage
*URLCredentialStorage;
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
セッションに対して、省略時の値はプライベート資格情報ストアオブジェクトです、それはデータをメモリ中にのみ格納します、そしてあなたがセッションを無効にする時に破壊されます。
TLSMinimumSupportedProtocolVersion
TLSMaximumSupportedProtocolVersion
TLSMinimumSupportedProtocol
TLSMaximumSupportedProtocol