Utility.GetSecureImage Method
Retrieves an image via URL. Default network credentials are supplied.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim url As String
Dim returnValue As BitmapImage
returnValue = Utility.GetSecureImage(url)
Syntax
'Declaration
Public Shared Function GetSecureImage ( _
url As String _
) As BitmapImage
public static BitmapImage GetSecureImage (
string url
)
public:
static BitmapImage^ GetSecureImage (
String^ url
)
public static BitmapImage GetSecureImage (
String url
)
public static function GetSecureImage (
url : String
) : BitmapImage
Parameters
- url
URL of the image
Return Value
A bitmap image.
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
Utility Class
Utility Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.