Return the attributes contained in the attribute block in the certificate.

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

Syntax

C#
X509Attribute[] GetAttributes()
Visual Basic
Function GetAttributes As X509Attribute()
Visual C++
array<X509Attribute^>^ GetAttributes()

Return Value

An array of attributes.

See Also