persistableContentKey(fromKeyVendorResponse:options:)
Creates a persistable content key from the content key context data.
Declaration
func persistableContentKey(fromKeyVendorResponse keyVendorResponse: Data, options: [String : Any]? = nil) throws -> DataParameters
- keyVendorResponse:
The response returned from the key vendor.
- options:
Additional information required to obtain the persistable content key. The value of this parameter is
nilwhen no additional information is required.
Return Value
Returns a data object that contains the persistable content key.