Is there a support in WMDRM10 regarding device registration? how can I prevent spoofing?
开发者_StackOverflow中文版thanks!
There's no device registration per se in WMDRM 10. However, you do need device certificates. So in principle, if you're writing a client app using (say) PlayReady device porting kit, you could implement a custom scheme whereby you provision the certs online (say, via HTTPS) to the device only if the device itself meets some criteria defined by you (could be, say, a human entering credentials on a webpage).
If these criteria are not met, you won't do the provisioning, and the device is effectively not "registered".
精彩评论