ProtectionCommonSettings.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, operation will only succeed if necessary content has already been cached. A mip::NetworkError will be thrown if needed info is not found. Consumption - content has already been previously decrypted and its unexpired license is cached. Protection - unexpired templates have been cached and user cert is loaded Others - undefined