WebCredentials.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 the credentials of the account to authenticate.
public:
property System::Net::ICredentials ^ Credentials { System::Net::ICredentials ^ get(); };
public System.Net.ICredentials Credentials { get; }
Public ReadOnly Property Credentials As ICredentials
Property Value
The value of the Credentials property is the T:System.Net.ICredentials