OnlinePictureAlbum.RequiresAuthentication property

Gets or sets a value indicating whether authentication is required in order to access the online pictures and videos contained in the album.

Syntax

public bool RequiresAuthentication { get; set; }
Public Property RequiresAuthentication As Boolean
public:
property bool RequiresAuthentication { 
   bool get();
   void set (bool value);
}

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

A value indicating whether authentication is required in order to access the online pictures and videos contained in the album.

Remarks

If this value is set to false, the system will use the Url properties of the contained media items, such as ContentUrl and ThumbnailLargeUrl, to automatically download the content of images and videos. If this value is set to true, then the app is responsible for downloading the contents of images and videos and setting the contents using the "Set" methods, such as SetContentAsync and SetThumbnailLargeAsync.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

Windows.Phone.SocialInformation.OnlineMedia Windows::Phone::SocialInformation::OnlineMedia [C++]

Metadata

Windows.WinMD

See also

OnlinePictureAlbum