SimpleNonPersistentLicense.LeafContentKeyType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets ContentKeyType that will be used for any leaf license that is bound to this license's content key.
public override Microsoft.Media.Drm.ContentKeyType LeafContentKeyType { set; }
member this.LeafContentKeyType : Microsoft.Media.Drm.ContentKeyType
Public Overrides Property LeafContentKeyType As ContentKeyType
Property Value
The ContentKeyType that will be used for any leaf license that is bound to this license's content key.
Exceptions
The property gets set by the caller.
Remarks
This property cannot be set on a SimpleNonPersistentLicense because it cannot be a root license.