PackWebRequest.Credentials Property   
Definition
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 authentication credentials.
public:
 virtual property System::Net::ICredentials ^ Credentials { System::Net::ICredentials ^ get(); void set(System::Net::ICredentials ^ value); };public override System.Net.ICredentials Credentials { get; set; }member this.Credentials : System.Net.ICredentials with get, setPublic Overrides Property Credentials As ICredentialsProperty Value
The authentication credentials to use with the request.
Remarks
Requests to the package cache use their own cached credentials.
The Credentials property is shared with the inner WebRequest (GetInnerRequest).