Return true if there are no extension present in this generator.
Namespace: Org.BouncyCastle.Asn1.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public bool IsEmpty { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsEmpty As Boolean Get |
| Visual C++ |
|---|
public: property bool IsEmpty { bool get (); } |