Share via


CodecInfo.IsTrusted Property

Definition

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.

Applies to