Utils.GetCredentials Method
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.
Retrieves the default credentials for the current user.
public:
static System::Net::ICredentials ^ GetCredentials();
public static System.Net.ICredentials GetCredentials ();
static member GetCredentials : unit -> System.Net.ICredentials
Public Shared Function GetCredentials () As ICredentials
Returns
Icredentials