Gets a value indicating whether access to the DistinguishedNameList is synchronized (thread-safe).
Namespace: LLCryptoLib.Security.CertificatesAssembly: 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 (); } |