CredentialCache.DefaultCredentials Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the system credentials of the application.

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

Syntax

Public Shared ReadOnly Property DefaultCredentials As ICredentials
public static ICredentials DefaultCredentials { get; }

Property Value

Type: System.Net..::.ICredentials
Returns ICredentials.

Version Information

Windows Phone OS

Supported in: 8.1

See Also

Reference

CredentialCache Class

System.Net Namespace