X509ExtensionsGeneratorIsEmpty Property
Return true if there are no extension present in this generator.
Namespace: Org.BouncyCastle.Asn1.X509Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
Get
public:
property bool IsEmpty {
bool get ();
}
Return Value
BooleanTrue if empty, false otherwise