Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
BackgroundUploader.ServerCredential Property
Definition
- Namespace:
- Windows.Networking.BackgroundTransfer
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the credentials to use 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 = backgroundUploader.serverCredential;
backgroundUploader.serverCredential = passwordCredential;
Public Property ServerCredential As PasswordCredential
Property Value
The credential to use for authentication.
Implements
Applies to
Feedback
Was this page helpful?
