Gets a value indicating whether the DistinguishedNameList is read-only.
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public bool IsReadOnly { get; } |
Visual Basic |
---|
Public ReadOnly Property IsReadOnly As Boolean Get |
Visual C++ |
---|
public: property bool IsReadOnly { bool get (); } |