Initializes a new instance of the DefaultSignedAttributeTableGenerator class

Namespace: Org.BouncyCastle.Cms
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public DefaultSignedAttributeTableGenerator(
	AttributeTable attributeTable
)
Visual Basic
Public Sub New ( _
	attributeTable As AttributeTable _
)
Visual C++
public:
DefaultSignedAttributeTableGenerator(
	AttributeTable^ attributeTable
)

Parameters

attributeTable
Type: Org.BouncyCastle.Asn1.Cms..::..AttributeTable

See Also