Allows enumeration of the signature names supported by the generator.
Namespace: Org.BouncyCastle.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public IEnumerable SignatureAlgNames { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SignatureAlgNames As IEnumerable Get |
| Visual C++ |
|---|
public: property IEnumerable^ SignatureAlgNames { IEnumerable^ get (); } |