Difference between revisions of "LicenseInfo"

From Gvp-public
Jump to navigation Jump to search
Line 1: Line 1:
 
{{Api_DataType_Spec
 
{{Api_DataType_Spec
|Description=The LicenseInfo is requested by the PR.Issuer. When a device wants to play a content (using a player as Silverlight) the player call the issuer sending the token, likewise the following method redirect the same information to the PlaybackService > getLicenseInfo to get the information about the license to authorise the reproduction.
+
|Description=The LicenseInfo is requested by the PR.Issuer. When a device wants to play a content (using a player as Silverlight) the player call the issuer sending the token, likewise the following method redirect the same information to the { PlaybackService > GetPlayReadyLicenseInfo } to get the information about the license to authorise the reproduction.
  
 
|Members=
 
|Members=

Revision as of 17:20, 11 September 2014

The LicenseInfo is requested by the PR.Issuer. When a device wants to play a content (using a player as Silverlight) the player call the issuer sending the token, likewise the following method redirect the same information to the { PlaybackService > GetPlayReadyLicenseInfo } to get the information about the license to authorise the reproduction.

Members

Field Data Type Description
BeginDate long
ExpirationDate long
IsDTP bool
PRContentKey String
PRDrmSeed String
PRKeyId String


Example

{

"PRKeyId": null,
"PRDrmSeed": null,
"PRContentKey": null,
"IsDTP": false,
"BeginDate": 0,
"ExpirationDate": 0

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation Harley Cabral


See also