License.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 virtual Microsoft.Media.Drm.ContentKeyType LeafContentKeyType { get; set; }
member this.LeafContentKeyType : Microsoft.Media.Drm.ContentKeyType with get, set
Public Overridable 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
On set, thrown if the value set is invalid.