User policy creation option flags.
Signature
typedef enum MSUserPolicyCreationOptions : NSUInteger {
None = 0x0,
AllowAuditedExtraction = 0x1,
PreferDeprecatedAlgorithms = 0x2
} MSUserPolicyCreationOptions;
Members
| Member | Value | Notes |
|---|---|---|
| None |
0 |
No options set |
| AllowAuditedExtraction |
1 |
Specifies whether the content can be opened in a non-RMS aware app or not |
| PreferDeprecatedAlgorithms |
2 |
Specifies whether the deprecated algorithms (ECB) is preferred or not |
Defined in
TBD
Supported Platforms
| Minimum supported OS versions |
iOS 7.0 and OS X 10.8 |