Initializes a new instance of the UserAttributePacket class

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

Syntax

C#
public UserAttributePacket(
	UserAttributeSubpacket[] subpackets
)
Visual Basic
Public Sub New ( _
	subpackets As UserAttributeSubpacket() _
)
Visual C++
public:
UserAttributePacket(
	array<UserAttributeSubpacket^>^ subpackets
)

Parameters

subpackets
Type: array<Org.BouncyCastle.Bcpg..::..UserAttributeSubpacket>[]()[][]

See Also