SignedInfo.IsSynchronized Property

Definition

Gets a value that indicates whether the collection is synchronized.

public:
 property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

Property Value

true if the collection is synchronized; otherwise, false.

Implements

Exceptions

This property is not supported.

Notes to Callers

This property is not supported, and cannot be used.

Applies to