ApprovedApplicationList

EASProvisionDoc.ApprovedApplicationList property

Specifies a list of in-memory applications that are approved for execution. Only in-memory applications are affected by this property. This property does not apply to in-ROM applications. If non empty, the client MUST only allow the in-memory applications specified by this property to execute.

public List<string> ApprovedApplicationList { get; }

See Also