开发者

WMDRM 10 - How can I register/auth a device

开发者 https://www.devze.com 2023-03-28 16:35 出处:网络
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 devi

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".

0

精彩评论

暂无评论...
验证码 换一张
取 消