X509ExtensionCollection.IsSynchronized Propriété

Définition

Obtient une valeur indiquant si la collection est garantie 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

true si la collection est thread-safe ; sinon, false.

Implémente

Remarques

Cette propriété est dérivée de l’interface ICollection et est remplacée pour toujours retourner false. Pour plus d’informations sur cette propriété, consultez la IsSynchronized propriété de l’interface ICollection .

S’applique à