Whether the evidence set is thread-safe or not.
[Visual Basic] Overridable Public ReadOnly Property IsSynchronized As Boolean [C#] public bool IsSynchronized {virtual get;} [C++] public: __property virtual bool get_IsSynchronized(); [JScript] public function get IsSynchronized() : Boolean;
Always false since type-safe evidence sets are not supported.
(not normally used by application code)
Evidence Class | Evidence Members | System.Security.Policy Namespace