ConsumptionSettings.IsOfflineOnly Property
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.
Whether or not IProtectionHandler
creation allows for online HTTP operations.
public bool IsOfflineOnly { get; set; }
member this.IsOfflineOnly : bool with get, set
Public Property IsOfflineOnly As Boolean
Property Value
True if HTTP operations are disallowed, else false
Remarks
If this is set to true, IProtectionHandler
creation will only succeed if content has already been previously decrypted and its unexpired license is cached. A mip::NetworkError will be thrown if cached content is not found.