Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
media
danimation.controls
danimation.programming
devices
drm
dshow.programming
dtransform
encoder
encoder.optimization
hometheaterpc
media
media.beta
media.beta.encoder
mediacenter
mediacenter.portable
mediaplayer
music.products
musicproducer
player
player.plugins
player.skins
player.solaris
player.visualizations
player.web
sdk
server
tools
  
 
date: Wed, 3 Jun 2009 04:43:01 -0700,    group: microsoft.public.windowsmedia.drm        back       


[Issuing license] it dosn't work under Windows Vsita   
I deployed a DRM solution that issue the license for each user.
Generaly, i user these line of code and it works well:

ResponseObj.AddLicense("2.0.0.0", LeafLicense);

ResponseObj.AddLicense("2.0.0.0", RootLicense);

string strLicResponse = ResponseObj.GetLicenseResponse();

Response.Write(strLicResponse);

In Windows Vista, Response.Write(strLicResponse) dosn't save the license to 
the but BUT display the license.
Any Idea?
date: Wed, 3 Jun 2009 04:43:01 -0700   author:   zigg

Re: it dosn't work under Windows Vsita   
On Jun 3, 1:43 pm, zigg  wrote:
> I deployed a DRM solution that issue the license for each user.
> Generaly, i user these line of code and it works well:
>
> ResponseObj.AddLicense("2.0.0.0", LeafLicense);
>
> ResponseObj.AddLicense("2.0.0.0", RootLicense);
>
> string strLicResponse = ResponseObj.GetLicenseResponse();
>
> Response.Write(strLicResponse);
>
> In Windows Vista, Response.Write(strLicResponse) dosn't save the license to
> the but BUT display the license.
> Any Idea?

Try adding this line:

Response.MimeType = "application/vnd.ms-wmdrm.lic-resp";
date: Tue, 9 Jun 2009 01:15:26 -0700 (PDT)   author:   unknown

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us