ILicenseChallenge.KeyExchangeAlgorithms 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 the set of KeyExchangeAlgorithms supported by this client.
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Media.Drm.KeyExchangeAlgorithm> KeyExchangeAlgorithms { get; }
member this.KeyExchangeAlgorithms : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Media.Drm.KeyExchangeAlgorithm>
Public ReadOnly Property KeyExchangeAlgorithms As ReadOnlyCollection(Of KeyExchangeAlgorithm)
Property Value
The set of KeyExchangeAlgorithms supported by this client.
Remarks
If this list is empty, the client does not support licenses of type KeyExchangeLicense. Guaranteed to be accurate with TEE-level security.