PolicyAcquisitionOptions enumeration
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Specifies the expected mode for an operation meaning, whether the framework can show UI or connect to a network when performing an operation.
Syntax
public enum class PolicyAcquisitionOptions
Members
The PolicyAcquisitionOptions enumeration has these members.
Member | Value | Description |
---|---|---|
None | 0 | The framework will try to perform the operation silently and offline, but will show a UI and connect to a network if necessary. |
OfflineOnly | 1 | The framework will try to perform the operation without connecting to a network. If it needs to connect to a network, the operation will fail. For example, an app can choose not to open a document on the device when it is not connected to a WiFi network unless it can be opened offline. |
Thread Safety
Members of this class are not guaranteed to be thread safe.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8.1 |
Namespace |
Microsoft::RightsManagement |
Metadata |
|
Attributes
-
[Flags()]
-
[Version]