ConsumptionSettings.IsOfflineOnly Property

Definition

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.

Applies to