RevocationAndRenewalInformation.Items Property

Definition

Returns a list of components that need to be revoked and renewed with updated components.

public:
 property IVector<RevocationAndRenewalItem ^> ^ Items { IVector<RevocationAndRenewalItem ^> ^ get(); };
IVector<RevocationAndRenewalItem> Items();
public IList<RevocationAndRenewalItem> Items { get; }
var iVector = revocationAndRenewalInformation.items;
Public ReadOnly Property Items As IList(Of RevocationAndRenewalItem)

Property Value

List of components that need to be revoked and renewed.

Remarks

If there are no entries in the list, it indicates that basic system components are compromised. In that case, recovery can be attempted by invoking ComponentRenewal.RenewSystemComponentsAsync.

If there is a single entry in the list, the entry may indicate that the system’s revocation list (active.grl) needs updating. This usually means that the content protection system requires updates of components. This is often the first indication that components need updating. Recovery can be attempted by invoking ComponentRenewal.RenewSystemComponentsAsync.

Applies to