SignerInfoCollection.IsSynchronized Propriété

Définition

La propriété IsSynchronized récupère une valeur indiquant si l'accès à la collection est synchronisé, ou thread-safe. Cette propriété retourne toujours false, ce qui signifie que la collection n'est pas thread-safe.

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

Valeur de propriété

Boolean

Valeur Boolean pour false, ce qui signifie que la collection n'est pas thread-safe.

Implémente

S’applique à