Windows.System.UserProfile.UserProfileLockScreenContract
Provides properties and methods to manage the full-screen image used as the lock screen background.
Gets the current lock screen image.
The Uniform Resource Identifier (URI) of the lock screen image.
Gets the current lock screen image as a data stream.
The stream that contains the lock screen image data.
Registers an RSS image feed to be used as a lock screen slideshow. (Windows 8.1 only)
The Uniform Resource Identifier (URI) of the RSS image feed.
One of the SetImageFeedResult values.
Sets the lock screen image from a StorageFile object.
The StorageFile object that contains the new image for the lock screen.
The object used to set the image for the lock screen.
Sets the lock screen image from a data stream.
The stream that contains the image data.
The object used to set the lock screen image.
Unregisters the image feed being used in the lock screen slideshow, stopping the slideshow. (Windows 8.1 only)
**true** if the image feed was disabled; otherwise, **false**.