XmlPreloadedResolver::Credentials Property

.NET Framework (current version)
 

Sets the credentials that are used to authenticate the underlying WebRequest.

Namespace:   System.Xml.Resolvers
Assembly:  System.Xml (in System.Xml.dll)

public:
property ICredentials^ Credentials {
	virtual void set(ICredentials^ value) override;
}

Property Value

Type: System.Net::ICredentials^

The credentials that are used to authenticate the underlying web request.

.NET Framework
Available since 4.0
Return to top
Show: