Utils.GetCredentials Method
Retrieves the default credentials for the current user.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim returnValue As ICredentials
returnValue = Utils.GetCredentials
Syntax
'Declaration
Public Shared Function GetCredentials As ICredentials
public static ICredentials GetCredentials ()
public:
static ICredentials^ GetCredentials ()
public static ICredentials GetCredentials ()
public static function GetCredentials () : ICredentials
Return Value
Icredentials
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
Utils Class
Utils Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.