Partager via


Utility.GetSecureImage(String) Method

Definition

Retrieves an image via URL. Default network credentials are supplied.

public:
 static System::Windows::Media::Imaging::BitmapImage ^ GetSecureImage(System::String ^ url);
public static System.Windows.Media.Imaging.BitmapImage GetSecureImage (string url);
static member GetSecureImage : string -> System.Windows.Media.Imaging.BitmapImage
Public Shared Function GetSecureImage (url As String) As BitmapImage

Parameters

url
String

URL of the image

Returns

A bitmap image.

Applies to