WebCredentials.Credentials Property

Definition

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

Applies to