System.Security.Cryptography.AsnEncodedDataCollection.SyncRoot Property

Gets an object that can be used to synchronize access to the System.Security.Cryptography.AsnEncodedDataCollection object.

Syntax

public object SyncRoot { get; }

Value

Documentation for this section has not yet been entered.

Remarks

System.Security.Cryptography.AsnEncodedDataCollection is not thread safe. Derived classes can provide their own synchronized version of the System.Security.Cryptography.AsnEncodedDataCollection using this property. The synchronizing code must perform operations on the AsnEncodedDataCollection.SyncRoot property of the System.Security.Cryptography.AsnEncodedDataCollection class, not directly on the class itself. This ensures proper operation of collections that are derived from other objects. Specifically, it maintains proper synchronization with other threads that might be simultaneously modifying the System.Security.Cryptography.AsnEncodedDataCollection object.

Requirements

Namespace: System.Security.Cryptography
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0