Gets a value indicating whether the DistinguishedNameList has a fixed size.

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

Syntax

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

Field Value

true if the ArrayList has a fixed size; otherwise, false.

See Also