Partager via


BackgroundDownloader.ServerCredential Propriété

Définition

Obtient ou définit les informations d’identification à utiliser pour l’authentification auprès du serveur d’origine.

Notes

Pour les téléchargements via FTP, les informations d’identification d’authentification doivent être fournies dans l’URI spécifié. Par exemple, ftp://user:password@server/file.txt.

public:
 property PasswordCredential ^ ServerCredential { PasswordCredential ^ get(); void set(PasswordCredential ^ value); };
PasswordCredential ServerCredential();

void ServerCredential(PasswordCredential credential);
public PasswordCredential ServerCredential { get; set; }
var passwordCredential = backgroundDownloader.serverCredential;
backgroundDownloader.serverCredential = passwordCredential;
Public Property ServerCredential As PasswordCredential

Valeur de propriété

Informations d’identification à utiliser pour l’authentification.

Implémente

S’applique à