KeyExchangeRight Class
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.
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
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) |