BackgroundDownloader.ServerCredential | serverCredential property
Gets or sets the credentials to use to authenticate with the origin server.
Note For downloads via FTP, authentication credentials must be provided within the specified URI. For example, ftp://user:password@server/file.txt.
Syntax
var serverCredential = backgroundDownloader.serverCredential;
backgroundDownloader.serverCredential = serverCredential;
Property value
Type: PasswordCredential
The credential to use for authentication.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
