IBackgroundTransferBase.ServerCredential Property

Definition

Gets or sets the credentials used to authenticate with the origin server.

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

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

Property Value

The credential to use for authentication.

Applies to