UserPolicyCreationFlags class
Option flags for creating user policies.
Signature
public class UserPolicyCreationFlags
Properties
Name | Signature | Notes |
---|---|---|
NONE |
public static final int NONE = 0; |
|
ALLOW_AUDITED_EXTRACTION |
public static final int ALLOW_AUDITED_EXTRACTION = 1; |
Specifies whether the content can be opened in a non-RMS aware application or not. |
PREFER_DEPRECATED_ALGORITHM |
public static final int PREFER_DEPRECATED_ALGORITHM = 2; |
Specifies whether deprecated algorithms (ECB) is preferred or not. |
Defined in
UserPolicy.java
Supported Platforms
Minimum supported OS version |
Android 4.0.3 (API level 15) |
Package
com.microsoft.rightsmanagement
Thread Safety
Members of this class are not guaranteed to be thread safe.