Utility.GetSecureImage(String) 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 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.