X509ChainElementCollection.SyncRoot Property

Definition

Gets an object that can be used to synchronize access to an X509ChainElementCollection object.

public:
 property System::Object ^ SyncRoot { System::Object ^ get(); };
public object SyncRoot { get; }
member this.SyncRoot : obj
Public ReadOnly Property SyncRoot As Object

Property Value

A pointer reference to the current object.

Implements

Remarks

This property returns the this pointer, which is a reference to an instance of the current class.

Applies to