CodecInfo.IsTrusted 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 a value that indicates whether the codec runs in your app's process space rather than in a separate app service.
public:
property bool IsTrusted { bool get(); };
bool IsTrusted();
public bool IsTrusted { get; }
var boolean = codecInfo.isTrusted;
Public ReadOnly Property IsTrusted As Boolean
Property Value
Boolean
bool
True if the codec is runs in the app process space; false if the codec runs in a separate app service.