Gets an object that can be used to synchronize access to the System.Security.Cryptography.AsnEncodedDataCollection object.
Documentation for this section has not yet been entered.
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.