Gets a value indicating whether access to the DistinguishedNameList is synchronized (thread-safe).

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

Syntax

C#
public bool IsSynchronized { get; }
Visual Basic
Public ReadOnly Property IsSynchronized As Boolean
	Get
Visual C++
public:
property bool IsSynchronized {
	bool get ();
}

Field Value

true if access to the DistinguishedNameList is synchronized (thread-safe); otherwise, false.

See Also