MSProtectedData retrieveData method
Returns an NSData data object that contains a copy of all of the receiver s plaintext bytes. Decryption is transparently performed during the execution of the method.
Signature
- (NSData *)retrieveData;
Parameters
This method has no parameters.
Returns
A pointer to an NSData object that contains a copy of the receiver s plaintext bytes.
Defined in
MSProtectedData.h
Supported Platforms
Minimum supported OS versions |
iOS 7.0 and OS X 10.8 |