SignerInfoCollection.IsSynchronized Proprietà

Definizione

La proprietà IsSynchronized specifica se l'accesso all'insieme è sincronizzato o thread safe. Questa proprietà restituisce sempre false, che indica che l'insieme non è thread safe.

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

Valore della proprietà

Valore Boolean di false, che indica che l'insieme non è thread safe.

Implementazioni

Si applica a