Share via


NetworkCredential Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the NetworkCredential class.

Namespace:  System.Net
Assembly:  System.Http (in System.Http.dll)

Syntax

'Declaration
Public Sub New
public NetworkCredential()
public:
NetworkCredential()
new : unit -> NetworkCredential
public function NetworkCredential()

Remarks

The default constructor for the NetworkCredential class initializes all properties to null Nothing nullptr unit a null reference (Nothing in Visual Basic) .

.NET Framework Security

See Also

Reference

NetworkCredential Class

NetworkCredential Overload

System.Net Namespace