ProtectionCommonSettings.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, 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

Applies to