Gets an object that can be used to synchronize access to the DistinguishedNameList.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public Object SyncRoot { get; }
Visual Basic
Public ReadOnly Property SyncRoot As Object
	Get
Visual C++
public:
property Object^ SyncRoot {
	Object^ get ();
}

Field Value

An object that can be used to synchronize access to the DistinguishedNameList.

See Also