Sent to determine whether the URL loader should consult the credential storage to authenticate the download.
Original signature is '- (BOOL)downloadShouldUseCredentialStorage:(NSURLDownload *)download'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public delegate bool DownloadShouldUseCredentialStorageEventHandler( NSURLDownload download )
Public Delegate Function DownloadShouldUseCredentialStorageEventHandler ( _ download As NSURLDownload _ ) As Boolean
public delegate bool DownloadShouldUseCredentialStorageEventHandler( NSURLDownload^ download )

- download (NSURLDownload)
- MISSING


- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)