The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PackWebRequest::Credentials Property
.NET Framework (current version)
Gets or sets the authentication credentials.
Assembly: PresentationCore (in PresentationCore.dll)
public: property ICredentials^ Credentials { virtual ICredentials^ get() override; virtual void set(ICredentials^ value) override; }
Property Value
Type: System.Net::ICredentials^The authentication credentials to use with the request.
Requests to the package cache use their own cached credentials.
The Credentials property is shared with the inner WebRequest (GetInnerRequest).
.NET Framework
Available since 3.0
Available since 3.0
Show: