ILicenseChallenge.KeyExchangeAlgorithms Property

Definition

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.

Applies to