X509CertificateCollection.ICollection.IsSynchronized Eigenschaft
Definition
Ruft einen Wert ab, der angibt, ob der Zugriff auf die Auflistung synchronisiert ist (threadsicher).Gets a value indicating whether access to the collection is synchronized (thread safe).
property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized
Eigenschaftswert
true
, wenn der Zugriff auf die Auflistung synchronisiert (threadsicher) ist, andernfalls false
.true
if access to the collection is synchronized (thread safe); otherwise, false
. Der Standardwert ist false
.The default is false
.
Implementiert
Hinweise
Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung.This member is an explicit interface member implementation. Er kann nur verwendet werden, wenn die X509CertificateCollection-Instanz in eine ICollection-Schnittstelle umgewandelt wird.It can be used only when the X509CertificateCollection instance is cast to an ICollection interface.