Share via


KeyExchangeRight Class

Definition

A right allowing the client to use the license for key exchange.

public class KeyExchangeRight : Microsoft.Media.Drm.Right
type KeyExchangeRight = class
    inherit Right
Public Class KeyExchangeRight
Inherits Right
Inheritance
KeyExchangeRight

Remarks

When added to a License via the AddRight(Right) method, this right allows the client to use the license for key exchange. May only be added to a KeyExchangeLicense.

Constructors

KeyExchangeRight(KeyExchangeAlgorithm, Byte[])

Initializes a new instance of the KeyExchangeRight class.

KeyExchangeRight(UInt32, Byte[])

Initializes a new instance of the KeyExchangeRight class.

Methods

AddExtendedRestriction(ExtendedRestriction)

Adds an extended Restriction to a right.

(Inherited from Right)

Applies to