Share via


License.BindingKey Property

Definition

Gets or sets the IBindingKey of the license.

public virtual Microsoft.Media.Drm.IBindingKey BindingKey { get; set; }
member this.BindingKey : Microsoft.Media.Drm.IBindingKey with get, set
Public Overridable Property BindingKey As IBindingKey

Property Value

The IBindingKey of the license.

Remarks

Licenses can be bound to a domain certificate, a client certificate, or a root license. Set the BindingKey to a Certificate to encrypt the content key of the license with the certificate's public key. In a chained license scenario, set the leaf license's BindingKey to the root license's ContentEncryptionKey to encrypt the content key with the root license's public key. Then set the BindingKey of the root license to a Certificate to encrypt its encryption key with the certificate's public key.

Applies to